From af61262f5b8abd9d34d4e52b209b1bcb1af6984c Mon Sep 17 00:00:00 2001 From: edi Date: Thu, 7 Sep 2023 23:30:37 +0200 Subject: [PATCH] =?UTF-8?q?E-Mail=20Cloak=20eingebaut,=20Claim=20ge=C3=A4n?= =?UTF-8?q?dert,=20Copyright=20ge=C3=A4ndert,=20Keywords=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 3 +++ config.toml | 10 +++++----- themes/hugo-cloak-email | 1 + 3 files changed, 9 insertions(+), 5 deletions(-) create mode 160000 themes/hugo-cloak-email diff --git a/.gitmodules b/.gitmodules index a30354d..4a7db0b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "themes/hugo-scroll"] path = themes/hugo-scroll url = https://github.com/zjedi/hugo-scroll.git +[submodule "themes/hugo-cloak-email"] + path = themes/hugo-cloak-email + url = https://github.com/martignoni/hugo-cloak-email.git diff --git a/config.toml b/config.toml index fa3bf81..6cc0c64 100644 --- a/config.toml +++ b/config.toml @@ -8,7 +8,7 @@ disableKinds = ["section", "taxonomy", "term", "RSS", "robotsTXT"] defaultContentLanguage = "de" # The name of this wonderful theme ;-). -theme = "hugo-scroll" +theme = ["hugo-cloak-email", "hugo-scroll"] # The browser tab name title = "Vanilla Engineering" @@ -37,18 +37,18 @@ title = "Vanilla Engineering" title = "Vanilla Engineering" # The "description" of your website. This is used in the meta data of your generated html. - description = "Camper-Van Ausbau einfach gedacht" + description = "Creating Camper Experience" # A "copyright"-line to be added at the bottom of the page. # Hint: Plain HTML is supported in here as well. So you may e.g. add a link to your legal imprint-page. - copyright = "© Edgar Grüner" + copyright = "© Vanilla Engineering GmbH" # This theme will, by default, inject a design-by-line at the bottom of the page. # You can turn it off, but we would really appreciate if you don’t :-) - hidedesignbyline = false + hidedesignbyline = true # The sections of the home page alternate styling. Mark invert as true to swap the styling of the sections invertSectionColors = false [params.meta] - keywords = "some, keywords, for, seo, you, know, google, duckduckgo, and, such" + keywords = "Camper, Ausbau, Umbau, Konstruktion, Zeichnen, Planung" diff --git a/themes/hugo-cloak-email b/themes/hugo-cloak-email new file mode 160000 index 0000000..19e0284 --- /dev/null +++ b/themes/hugo-cloak-email @@ -0,0 +1 @@ +Subproject commit 19e0284810127d1d56e2d813a311b0bd73bba96c