• Create a new Hugo project
hugo new site . --force
  • Clone the repository with your theme
git clone https://github.com/zerostaticthemes/hugo-winston-theme.git themes/hugo-winston-theme
  • Copy the example web
cp -a themes/hugo-winston-theme/exampleSite/. .
  • Build and serve
hugo serve

Themes