carmelo0x63.github.io

Personal notes, small guides, ramblings I’d like to store somewhere public


Hugo primer

brew install hugo

Edit posts

hugo new posts/<filename>

Start Hugo server in “draft” mode

hugo server -D [--bind="0.0.0.0"]

Commit!!!


When cloning

Make sure you re-import the theme submodule as such:

$ git submodule init

$ git submodule update

Finally, re-start hugo.