Initial configuration for production.
This commit is contained in:
parent
48696ad06c
commit
6a66df4a92
33
config.toml
33
config.toml
@ -1,5 +1,6 @@
|
|||||||
baseURL = 'https://bovender.de/'
|
baseURL = 'https://www.bovender.de/'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
|
defaultContentLanguage = 'en'
|
||||||
title = 'bovender'
|
title = 'bovender'
|
||||||
theme = "hermit-v2"
|
theme = "hermit-v2"
|
||||||
|
|
||||||
@ -26,13 +27,12 @@ lastmod = ["lastmod", ":git", "date", "publishDate"]
|
|||||||
publishDate = ["publishDate", "date"]
|
publishDate = ["publishDate", "date"]
|
||||||
expiryDate = ["expiryDate"]
|
expiryDate = ["expiryDate"]
|
||||||
|
|
||||||
|
|
||||||
[params.author]
|
[params.author]
|
||||||
name = "Daniel Kraus"
|
name = "Daniel Kraus"
|
||||||
about = "CHANGE SITE AUTHOR ABOUT"
|
about = "/about"
|
||||||
|
|
||||||
[blackfriday]
|
[blackfriday]
|
||||||
# hrefTargetBlank = true
|
hrefTargetBlank = true
|
||||||
# noreferrerLinks = true
|
# noreferrerLinks = true
|
||||||
# nofollowLinks = true
|
# nofollowLinks = true
|
||||||
|
|
||||||
@ -58,14 +58,16 @@ expiryDate = ["expiryDate"]
|
|||||||
dateformNum = "2006-01-02"
|
dateformNum = "2006-01-02"
|
||||||
dateformNumTime = "2006-01-02 15:04 -0700"
|
dateformNumTime = "2006-01-02 15:04 -0700"
|
||||||
|
|
||||||
# description = "CHANGE ME SITE DESC RIPTION"
|
description = "Daniel Kraus' personal homepage"
|
||||||
# images = [""]
|
# images = [""]
|
||||||
themeColor = "#494f5c"
|
themeColor = "#292e32"
|
||||||
|
|
||||||
homeSubtitle = "Daniel Kraus"
|
homeSubtitle = "Daniel Kraus"
|
||||||
footerCopyright = "all rights reserved"
|
footerCopyright = "all rights reserved"
|
||||||
# bgImg = ""
|
# bgImg = ""
|
||||||
gitUrl = "https://github.com/1bl4z3r/hermit-V2/tree/staging"
|
|
||||||
|
ShowLastmod = true
|
||||||
|
gitUrl = "https://git.bovender.de/daniel/blog"
|
||||||
|
|
||||||
justifyContent = true
|
justifyContent = true
|
||||||
|
|
||||||
@ -75,8 +77,8 @@ expiryDate = ["expiryDate"]
|
|||||||
homeSubtitlePrinter = true
|
homeSubtitlePrinter = true
|
||||||
scrollToTop = true
|
scrollToTop = true
|
||||||
global_mathjax = false
|
global_mathjax = false
|
||||||
# readTime = true
|
readTime = false
|
||||||
# readTimeSeparator = "CHANGE ME READ TIME"
|
readTimeSeparator = "~"
|
||||||
# legacyLayout = false
|
# legacyLayout = false
|
||||||
shareSocial = true
|
shareSocial = true
|
||||||
# googleTagManager = "GTM-XXXXXXXX"
|
# googleTagManager = "GTM-XXXXXXXX"
|
||||||
@ -85,8 +87,8 @@ expiryDate = ["expiryDate"]
|
|||||||
# pinned = "Pinned Posts"
|
# pinned = "Pinned Posts"
|
||||||
# pinnedSVGname = "pin"
|
# pinnedSVGname = "pin"
|
||||||
# descriptionInPosts= true
|
# descriptionInPosts= true
|
||||||
# initialPublish = "Initally Posted on: "
|
initialPublish = "Initally Posted on: "
|
||||||
# human = ["single","posts"]
|
human = ["single","posts"]
|
||||||
|
|
||||||
[[params.socialLinks]]
|
[[params.socialLinks]]
|
||||||
name = "mastodon"
|
name = "mastodon"
|
||||||
@ -111,11 +113,16 @@ expiryDate = ["expiryDate"]
|
|||||||
[menu]
|
[menu]
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Posts"
|
name = "Blog"
|
||||||
url = "posts/"
|
url = "posts/"
|
||||||
weight = 10
|
weight = 10
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "About"
|
name = "About bovender"
|
||||||
url = "about/"
|
url = "about/"
|
||||||
weight = 20
|
weight = 20
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Impressum"
|
||||||
|
url = "impressum/"
|
||||||
|
weight = 30
|
Loading…
Reference in New Issue
Block a user