E-Mail Cloak eingebaut, Claim geändert, Copyright geändert, Keywords geändert
This commit is contained in:
parent
464ea0d457
commit
af61262f5b
3 changed files with 9 additions and 5 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
10
config.toml
10
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"
|
||||
|
|
|
|||
1
themes/hugo-cloak-email
Submodule
1
themes/hugo-cloak-email
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 19e0284810127d1d56e2d813a311b0bd73bba96c
|
||||
Loading…
Reference in a new issue