From 080df46500a2893f9b088b982b7d83bee6070fad Mon Sep 17 00:00:00 2001 From: Nicola Belluti Date: Tue, 28 Oct 2025 20:38:02 +0100 Subject: [PATCH] Added the `Hextra` theme --- .gitmodules | 3 +++ config/_default/hugo.toml | 2 ++ themes/hextra | 1 + 3 files changed, 6 insertions(+) create mode 100644 .gitmodules create mode 160000 themes/hextra diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..dd62212 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/hextra"] + path = themes/hextra + url = https://github.com/imfing/hextra.git diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index bd1a047..bb512f6 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -1,3 +1,5 @@ baseURL = 'https://little-emulator.org/' languageCode = 'en' title = 'Little Emulator' + +theme = "hextra" diff --git a/themes/hextra b/themes/hextra new file mode 160000 index 0000000..3551a56 --- /dev/null +++ b/themes/hextra @@ -0,0 +1 @@ +Subproject commit 3551a56b8cdebd38170ecb5990e17ec9130aa457