From 9d88fbbcab95892d08f6b62000663043dc290260 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 13 Jan 2025 13:24:27 +0100 Subject: [PATCH] new theme --- .gitmodules | 3 +++ content/hugo.toml | 2 +- content/layouts/partials/footer.html | 20 -------------------- content/themes/ed | 1 + 4 files changed, 5 insertions(+), 21 deletions(-) delete mode 100644 content/layouts/partials/footer.html create mode 160000 content/themes/ed diff --git a/.gitmodules b/.gitmodules index 127e698..fdbe4da 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "content/themes/archie"] path = content/themes/archie url = https://github.com/athul/archie.git +[submodule "content/themes/ed"] + path = content/themes/ed + url = https://github.com/sergeyklay/gohugo-theme-ed diff --git a/content/hugo.toml b/content/hugo.toml index 03e83c8..b06eba0 100644 --- a/content/hugo.toml +++ b/content/hugo.toml @@ -1,7 +1,7 @@ baseURL = 'https://example.org/' languageCode = 'en-us' title = 'Minimal Setups' -theme = "archie" +theme = "ed" sectionPagesMenu = "main" [params] diff --git a/content/layouts/partials/footer.html b/content/layouts/partials/footer.html deleted file mode 100644 index 016de4c..0000000 --- a/content/layouts/partials/footer.html +++ /dev/null @@ -1,20 +0,0 @@ - -{{ if not hugo.IsServer }} -{{ template "_internal/google_analytics.html" . }} -{{ end }} diff --git a/content/themes/ed b/content/themes/ed new file mode 160000 index 0000000..93a8208 --- /dev/null +++ b/content/themes/ed @@ -0,0 +1 @@ +Subproject commit 93a820852fa62f32ad6e2c665a1cef1cab6159ca