2 Commits

Author SHA1 Message Date
Ignacio Ballesteros
186b25ac5e Switch ox-hugo export from TOML to YAML frontmatter
TOML frontmatter interprets bare dates like 2022-10-31 as date literals
requiring time components, causing parsing issues. YAML handles dates
as strings by default, avoiding these problems.

Changes:
- export.ex: Add org-hugo-front-matter-format set to yaml
- index.ex: Update title regex to match YAML format (title: vs title =)
- quartz.config.ts: Use default FrontMatter plugin (YAML) instead of TOML
2026-02-22 22:26:03 +01:00
Ignacio Ballesteros
6476b45f04 initial: org-garden 2026-02-21 15:32:03 +01:00