All articles about CAX Static Site Generator
How we built a YAML frontmatter parser that supports nested objects like hero.title without libyaml.
Patterns we use to avoid leaks and segfaults in CAX: arenas, object pools, and strict free ownership.
Exploring why building a static site generator in pure C gives you 0.4s builds and unmatched memory control.
How content/posts.md acts as a controller for the whole collection, bringing hero, pagination, and layout in one file.
The classic pagination bug that breaks prev_url on page 2 and how we fixed it in CAX SSG.
How we added dev server with live reload using pure C file watcher and 10 lines of JS.
Generating /tags/c.html automatically from frontmatter tags: [c, blog] using hash maps in C.
How CAX template engine supports {{variables}}, {% for %}, {% if %}, and nested layouts.
Roadmap for CAX SSG: image optimization, shortcodes, and WebAssembly build.