- Install Hugo:
brew install hugo
- Install Serif Theme
- May need to temporarily comment out
themes
in.gitignore
, then runcd themes
andgit submodule add https://github.com/zerostaticthemes/hugo-serif-theme
- Note: may need to remove
themes/hugo-serif-theme/content/contact.md
- Run server from project root:
hugo server
- Hugo command:
hugo
rm -rf docs
mv public docs
- commit to git repo
hugo new characters/char-name.md
hugo server -D
(show drafts)