(ox-hugo.scripter.co) ox-hugo - Org to Hugo exporter
ROAM_REFS: https://ox-hugo.scripter.co/
- Org to Markdown for Hugo
ox-hugois an Org exporter backend that exports Org to Hugo-compatible Markdown (Blackfriday) and also generates the front-matter (in TOML or YAML format).The
ox-hugobackend extends from a parent backendox-blackfriday.el. The latter is the one that primarily does the Blackfriday-friendly Markdown content generation. The main job ofox-hugois to generate the front-matter for each exported content file, and then append that generated Markdown to it.There are, though, few functions that
ox-hugo.eloverrides over those byox-blackfriday.el.See the Real World Examples section to quickly jump to sites generated using
ox-hugoand their Org sources.