Tested with Hugo v0.109.0 or higher.
Add as Git submodule to a Hugo project directory:
git submodule add [email protected]:Georepublic/hugo-theme-georepublic.git path/to/themeUpdate and initialize available submodules with:
git submodule update --init --recursiveInstall dependencies with npm:
cd path/to/theme
npm i
npm run buildOther commands:
npm run cleanDefine custom theme parameters in data/default.yaml and use the following pattern to make them customizable as site parameters:
{{ .Site.Params.color | default .Site.Data.default.color }}See all releases with release notes.
This program is free software. See LICENSE for more information.