Bios-Marcel / stasi-blog

Generating static simple blogs (Podcasts?!) with an RSS feed
4 stars 1 forks source link

Use a different format than golang templates #14

Open Bios-Marcel opened 1 year ago

Bios-Marcel commented 1 year ago

Instead, use something that can parse everything in one go, in order to improve the code that reads the template. Currently, there is a lot of error handling.

Bios-Marcel commented 4 months ago

NOTE

It now uses YAML for the meta data.

However, the content is still treated as a template.