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