From eaf9ac8e5e66de621dcd0ea10188d72f94d2bf4f Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 13 Jan 2025 22:35:01 +0100 Subject: [PATCH] new theme --- .gitmodules | 3 +++ content/hugo.toml | 11 ----------- content/hugo.yaml | 17 +++++++++++++++++ content/i18n/en.yaml | 3 +++ content/themes/hextra | 1 + 5 files changed, 24 insertions(+), 11 deletions(-) delete mode 100644 content/hugo.toml create mode 100644 content/hugo.yaml create mode 100644 content/i18n/en.yaml create mode 160000 content/themes/hextra diff --git a/.gitmodules b/.gitmodules index f300b7b..6a4b514 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "content/themes/hugo-theme-pixyll"] path = content/themes/hugo-theme-pixyll url = https://github.com/azmelanar/hugo-theme-pixyll +[submodule "content/themes/hextra"] + path = content/themes/hextra + url = https://github.com/imfing/hextra diff --git a/content/hugo.toml b/content/hugo.toml deleted file mode 100644 index a4c7080..0000000 --- a/content/hugo.toml +++ /dev/null @@ -1,11 +0,0 @@ -baseURL = 'https://example.org/' -languageCode = 'en-us' -title = 'Minimal Setups' -theme = "ananke" -# theme = "hugo-theme-pixyll" -sectionPagesMenu = "main" -googleAnalystics = "" - -[params] -# site_logo = "logo.png" - diff --git a/content/hugo.yaml b/content/hugo.yaml new file mode 100644 index 0000000..2ecce40 --- /dev/null +++ b/content/hugo.yaml @@ -0,0 +1,17 @@ +baseURL: "https://example.org/" +languageCode: "en-us" +title: "Minimal Setups" +# theme: "ananke" +theme: "hextra" +sectionPagesMenu: "main" +googleAnalystics: "" + +params: + # site_logo: "logo.png" + search: + enable: true + type: flexsearch + flexsearch: + index: content + tokenize: forward + diff --git a/content/i18n/en.yaml b/content/i18n/en.yaml new file mode 100644 index 0000000..d0a86dc --- /dev/null +++ b/content/i18n/en.yaml @@ -0,0 +1,3 @@ +copyright: "blablabla" +poweredBy: "blublublu" + diff --git a/content/themes/hextra b/content/themes/hextra new file mode 160000 index 0000000..a933f46 --- /dev/null +++ b/content/themes/hextra @@ -0,0 +1 @@ +Subproject commit a933f464f57ce81898f4b1adfefeb3167e1ff6e7