A hugo theme for GNOME related website
Go to file
0xMRTT 2dc61585dd
layouts: add raw html
Signed-off-by: 0xMRTT <0xmrtt@noreply.git.exozy.me>
2023-05-11 17:06:04 +00:00
archetypes refactor 2023-05-10 13:05:36 +02:00
layouts layouts: add raw html 2023-05-11 17:06:04 +00:00
static fix: put footer at the bottom 2023-05-10 15:02:56 +02:00
LICENSE refactor 2023-05-10 13:05:36 +02:00
README.md doc: add readme 2023-05-10 14:15:47 +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

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