Tested with Hugo v0.109.0
or higher.
Add as Git submodule to a Hugo project directory:
git submodule add git@github.com:Georepublic/hugo-theme-georepublic.git path/to/theme
Update and initialize available submodules with:
git submodule update --init --recursive
Install dependencies with npm:
cd path/to/theme
npm i
npm run build
Other commands:
npm run clean
Define 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.