From 1fce3cd98a38d9be0f067729a50eb9e197193661 Mon Sep 17 00:00:00 2001 From: Nicola Belluti Date: Thu, 2 Jan 2025 16:39:07 +0100 Subject: [PATCH] Added "Hextra" theme --- .gitmodules | 3 +++ hugo.toml => config/_default/hugo.toml | 2 ++ themes/hextra | 1 + 3 files changed, 6 insertions(+) create mode 100644 .gitmodules rename hugo.toml => config/_default/hugo.toml (83%) 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/hugo.toml b/config/_default/hugo.toml similarity index 83% rename from hugo.toml rename to config/_default/hugo.toml index 0d4d3c0..a38a0ae 100644 --- a/hugo.toml +++ b/config/_default/hugo.toml @@ -1,3 +1,5 @@ baseURL = 'https://little-emulator.org/' languageCode = 'en-us' title = 'Little Emulator' + +theme = 'hextra' diff --git a/themes/hextra b/themes/hextra new file mode 160000 index 0000000..b8f617f --- /dev/null +++ b/themes/hextra @@ -0,0 +1 @@ +Subproject commit b8f617f1b0e4c4cb4c7ae4034986b27e1fe970e2