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