- Install hugo
brew install hugo
- Create or install a theme:
- Create a new theme with the command "hugo new theme "
- Install a theme from https://themes.gohugo.io/
- Edit hugo.yaml, setting the "theme" property to the theme name.
- Create new content with the command "hugo new content /.".
- Start the embedded web server with the command "hugo server --buildDrafts".
See documentation at https://gohugo.io/.
https://github.com/adityatelange/hugo-PaperMod/wiki/Installation#installingupdating-papermod