Commit Graph

2 Commits

Author SHA1 Message Date
Timothy DeHerrera
e07a9e87e6 feat: implement core markdown rendering pipeline
Add minimal e2e pipeline to transform content → HTML:

- src/error.rs: Custom error types with thiserror
- src/content.rs: YAML frontmatter parsing via gray_matter
- src/render.rs: Markdown → HTML via pulldown-cmark
- src/templates.rs: Maud templates for base layout and posts
- src/main.rs: Pipeline orchestrator

All 15 blog posts successfully rendered to public/blog/*/index.html.
Added thiserror and walkdir dependencies.
Added public/ and DepMap fragment to .gitignore and AGENTS.md.
2026-01-24 19:01:30 -07:00
Timothy DeHerrera
3545b18875 docs: add AGENTS.md for rust architecture
Configure agent context for new bespoke static site compiler:

- Document interceptor pipeline architecture
- Enable rust.md predicate fragment
- Define build commands (nix develop, cargo build)
- Reference deprecated/ for legacy Zola code
2026-01-24 18:33:37 -07:00