I have folders for each year of the last century ( 1900, 1901 … 1999). In the folders I have a index.md with a short summary of what happend in this year. It it display by default when you access the folder like this:
www.example.com/1968/
In the folder I collect shortstories which refers to the year.
Another way that came to my mind would be to use the data folder to store the general information about the year in a YAML-file and access it from the default template together with the contents of the current folder.
But I cannot figure out how to get the contents of the current folder.
I’ll look into the documentation again later the day.