YAML, SQL, or something else? Looking for recommendations for making a database of stories.
amenji @ amenji @programming.dev Posts 1Comments 30Joined 1 yr. ago
amenji @ amenji @programming.dev
Posts
1
Comments
30
Joined
1 yr. ago
A lot of people already suggests several databases or plaintexts like json.
But to be honest if the dataset is not too big and doesn't grow (since it is historical anyway), why not just use markdown with Hugo (a static site generator). You could also make use of its supported search tools to search texts in the stories.
As a bonus, since it's a static website, you can host it and share it to the world!