- Blog posts are hosted in
content/blog
You need to have Hugo installed.
brew install hugo
Make sure this command is run from the root of the directory.
hugo new path/to/new-content.md
hugo serve --enableGitInfo -DF
To pull in any upstream changes to the theme being used as a git submodule, run the following.
git submodule update --remote --merge
Please read the Contributing Guidelines and Code of Conduct to get started making a contribution.
Thank you to the maintainers of the Anatole Hugo theme.