Install Hugo Framework & Coder Theme
How-to install Hugo Framework and Coder Theme
Install Hugo
sudo snap install hugo --channel=extended
Create new site
hugo new site preventa.tech
Inside preventa.tech add theme as submodule
git submodule add https://github.com/luizdepra/hugo-coder.git themes/hugo-coder
Updating theme
cd themes/hugo-coder
git pull
Add theme in config.toml
theme: "hugo-coder"
Last updated