Skip to content

Georepublic/hugo-theme-georepublic

Georepublic's basic Hugo theme

Requirements

Tested with Hugo v0.109.0 or higher.

Installation

Add as Git submodule to a Hugo project directory:

git submodule add [email protected]: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

Development

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 }}

Version History

See all releases with release notes.

Authors

LICENSE

This program is free software. See LICENSE for more information.