Version with Hugo
- hugo (with SCSS/SASS support)
- Ubuntu:
snap install hugo --channel=extended
- Windows (chocolatey)
choco install hugo-extended
- Ubuntu:
-
Download the submodules:
git submodule update --init
-
Build website. The results of build will be placed in
public/
hugo
-
(opt.) Run server for local dev
hugo server -D