joaonc's blog
choco install hugo-extended
The extended version of Hugo is required for some themes.
See Editions for more info.
hugo new posts/my-new-post.md
Can also simply add a new .md file under content/posts, but with the hugo command, the new
file will be created from a template and have pre-filled metadata.
hugo -t <theme>
# Ex:
hugo -t PaperMod
The PaperMod update was installed following these instructions (submodule).
To update the theme:
git submodule update --remote --merge