This is my first blog post, written in Org-mode and published via ox-hugo.

Why Org-mode + Hugo?

  • Write everything in Emacs with Org-mode
  • Export to Hugo markdown with ox-hugo
  • Hugo generates a fast static site
  • Deploy anywhere (GitHub Pages, Cloudflare, Netlify)

Workflow

  1. Write content in content-org/blog.org
  2. Export with C-c C-e H H (single subtree) or C-c C-e H A (all subtrees)
  3. Run hugo server to preview
  4. Push to deploy