ox-hugo is “an Org exporter backend that exports Org to Hugo-compatible Markdown (Blackfriday) and also generates the front-matter (in TOML or YAML format).”

It’s more fun than it sounds.

I’ve used ox-hugo before, but I end up either drifting away from Org mode and/or Hugo and forget what a powerful combination ox-hugo, Org mode, and Hugo can be.

The great thing is that I have all my posts in a single Org file, each as its own heading. Each heading is rendered as individual Markdown files with Hugo-compatible frontmatter.

A few highlights:

  • I use an org timestamp for the entry date and add posts.org to my agenda files so I see what I posted on a given day in my org agenda.
  • I have a yasnippet that helps me fill in the post metadata
  • Posts are rendered automatically when saving via local variable: # eval: (org-hugo-auto-export-mode)

The posts.org frontmatter looks like this…

1
2
3
4
5
6
7
8
#+hugo_base_dir: ../
#+hugo_section: ./

#+hugo_weight: auto
#+hugo_auto_set_lastmod: t
#+hugo_front_matter_format: yaml
#+hugo_front_matter_key_replace: description>summary author>nil
#+category: blog

And then an individual post heading looks like this…

1
2
3
4
5
6
DONE I forget how fun ox-hugo is :@Meta:hugo:orgmode:
:PROPERTIES:
:EXPORT_FILE_NAME: i-forget-how-fun-ox-hugo-is
:EXPORT_DATE: <2021-05-25 Tue>
:ID:       3942bdfb-50c1-41d1-be0b-eec21b615047
:END: