A hugo theme for GNOME related website
Go to file
0xMRTT 4bdc6aefa2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
doc: add git init
2023-05-18 14:26:28 +00:00
archetypes refactor 2023-05-10 13:05:36 +02:00
doc doc: add git init 2023-05-18 14:26:28 +00:00
layouts feat: add back button everywhere 2023-05-15 20:06:55 +00:00
static css: fix accent color 2023-05-12 17:19:38 +02:00
.gitignore git: add gitignore 2023-05-12 17:44:33 +02:00
.woodpecker.yml ci: add ci 2023-05-12 17:45:49 +02:00
LICENSE refactor 2023-05-10 13:05:36 +02:00
README.md doc: add help getting started 2023-05-12 18:03:25 +02:00
theme.toml add: port in config 2023-05-10 14:03:42 +02:00

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