From 0c3d542486a9b80c93483599a58834d1e88e357c Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 13 Jan 2025 13:00:58 +0100 Subject: [PATCH] theme --- .gitmodules | 3 +++ content/hugo.toml | 2 +- content/themes/archie | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 content/themes/archie diff --git a/.gitmodules b/.gitmodules index d006ff4..127e698 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "content/themes/hugo-book"] path = content/themes/hugo-book url = https://github.com/alex-shpak/hugo-book +[submodule "content/themes/archie"] + path = content/themes/archie + url = https://github.com/athul/archie.git diff --git a/content/hugo.toml b/content/hugo.toml index 4600d5d..03e83c8 100644 --- a/content/hugo.toml +++ b/content/hugo.toml @@ -1,7 +1,7 @@ baseURL = 'https://example.org/' languageCode = 'en-us' title = 'Minimal Setups' -theme = "hugo-book" +theme = "archie" sectionPagesMenu = "main" [params] diff --git a/content/themes/archie b/content/themes/archie new file mode 160000 index 0000000..0de4e95 --- /dev/null +++ b/content/themes/archie @@ -0,0 +1 @@ +Subproject commit 0de4e95a874551a8b83a058888c6bf3edea9f559