Blogging with org-mode and ox-hugo
Walking through steps I took to setup a blog using org-mode for content creation, on MacOS w/ doom emacs. To deploy the blog I am using free github pages. Setting up Hugo 1. Install go and hugo. brew install hugo Follow instructions at: https://go.dev/doc/install As a user of nix, I simply start a dev shell using a flake. 2. Add hugo support to your config.el (org +hugo) Sync and reload emacs doom sync, within emacs type sequence SPC q R...