An opinionated Hugo theme using the colour palette of the Modus themes.
If your project is using Hugo Modules:
-
Install the theme in your project
hugo mod get github.com/goofansu/hugo-modus
-
Configure the theme in
hugo.toml[module] [[module.imports]] path = "github.com/goofansu/hugo-modus"
-
Install the theme in your project
git submodule add https://github.com/goofansu/hugo-modus.git themes/hugo-modus git submodule update --init --recursive
-
Configure the theme in
hugo.tomltheme = "hugo-modus"
hugo new -k section posts/_index.mdhugo new posts/your-first-post.mdmake watchmake dev