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
- Write content in
content-org/blog.org - Export with
C-c C-e H H(single subtree) orC-c C-e H A(all subtrees) - Run
hugo serverto preview - Push to deploy