Blogs and Wikis with Org

An Org exporter backend which exports to
Hugo/Blackfriday-friendly Markdown, along with Hugo front-matter
in TOML or YAML. This package was developed after being aware of
the fact that Hugo natively supports parsing Org but only partially.
Eead more on Why ox-hugo?

ox-hugo enables writing posts for Hugo in native Org mode. It
allows converting your existing Org files to blog posts with
almost no modification. Two common Org blogging flows are
supported:

  • Exporting multiple Org sub-trees from a single file to multiple
    Hugo posts. With this feature, one can produce a whole web site
    from a single Org file (the ox-hugo documentation site is one
    such example, which is generated from this one Org file). It also
    leverages Org tag and property inheritance, and much more!
  • Exporting a single Org file to a single Hugo post.

See the package’s website for complete documentation, and the test
site [source] for hundreds of test cases and feature
demonstrations.