The TroLUG organizes a workshop on free software once a month. I migrate their website now to hugo and want to create a nice list of the events and use the power of Hugo to create overview from a single source of data.
The example data for one Event is
Date: 2024-06-06
Time: 19:00
Speaker: John Doe
Online: TRUE (Boolean, for online meeting or face to face meeting)
Type: Workshop
Notes: (2 pages of Markdown including download links)
Is it possible to add some metadata in markdown pages for a blog and hugo creates a nice table/schedule from this?
Which snippets or examples should I have a look at?