A hugo theme for GNOME related website
|
||
---|---|---|
archetypes | ||
doc | ||
layouts | ||
static | ||
.gitignore | ||
.woodpecker.yml | ||
LICENSE | ||
README.md | ||
theme.toml |
Gadolinium
This project is a template to build a low key (in terms of product branding) OS component website based on the Jekyll theme from Jakub Steiner
You can see the theme live at gadolinium.exozy.me/ which also contains help for getting started
Usage
Install as git submodule
Navigate to your hugo project root and run:
git submodule add https://git.exozy.me/0xmrtt/gadolinium.git themes/gadolinium
Then run hugo
(or set theme = "gadolinium"
in configuration file)
hugo server --minify --theme gadolinium