Filter Tag
#jekyll
Implementing Jekyll-Inspired Frontmatter Parser in Pure C
How we built a YAML frontmatter parser that supports nested objects like hero.title without libyaml.
Collection Controllers: The Missing Piece in C SSG
How content/posts.md acts as a controller for the whole collection, bringing hero, pagination, and layout in one file.