Install Hugo Framework & Coder Theme

How-to install Hugo Framework and Coder Theme

  1. Install Hugo sudo snap install hugo --channel=extended

  2. Create new site hugo new site preventa.tech

  3. Inside preventa.tech add theme as submodulegit submodule add https://github.com/luizdepra/hugo-coder.git themes/hugo-coder

  4. Updating theme cd themes/hugo-coder git pull

  5. Add theme in config.toml theme: "hugo-coder"

Last updated