blog/config.toml

128 lines
2.7 KiB
TOML
Raw Normal View History

2024-08-05 17:54:28 +00:00
baseURL = 'https://www.bovender.de/'
2024-07-30 21:16:25 +00:00
languageCode = 'en-us'
2024-08-05 17:54:28 +00:00
defaultContentLanguage = 'en'
2024-07-30 21:16:25 +00:00
title = 'bovender'
theme = "hermit-v2"
enableGitInfo = true
pygmentsCodefences = true
pygmentsUseClasses = true
#hasCJKLanguage = true
rssLimit = 10
copyright = "2024 Daniel Kraus"
enableEmoji = true
#[services]
# [services.disqus]
# shortname = ''
# [services.googleAnalytics]
# id = ''
[frontmatter]
date = ["date", "publishDate", "lastmod"]
lastmod = ["lastmod", ":git", "date", "publishDate"]
publishDate = ["publishDate", "date"]
expiryDate = ["expiryDate"]
[params.author]
name = "Daniel Kraus"
2024-08-05 17:54:28 +00:00
about = "/about"
2024-07-30 21:16:25 +00:00
[blackfriday]
2024-08-05 17:54:28 +00:00
hrefTargetBlank = true
2024-07-30 21:16:25 +00:00
# noreferrerLinks = true
# nofollowLinks = true
[taxonomies]
tag = "tags"
# Categories are disabled by default.
# category = "categories"
# Enable to get proper Mathjax support
#[markup]
# [markup.goldmark]
# [markup.goldmark.extensions]
# [markup.goldmark.extensions.passthrough]
# enable = true
# [markup.goldmark.extensions.passthrough.delimiters]
# block = [['\[', '\]'], ['$$', '$$']]
# inline = [['\(', '\)']]
[params]
dateform = "2 Jan 2006"
dateformShort = "2 Jan"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04 -0700"
2024-08-05 17:54:28 +00:00
description = "Daniel Kraus' personal homepage"
2024-07-30 21:16:25 +00:00
# images = [""]
2024-08-05 17:54:28 +00:00
themeColor = "#292e32"
2024-07-30 21:16:25 +00:00
homeSubtitle = "Daniel Kraus"
footerCopyright = "all rights reserved"
# bgImg = ""
2024-08-05 17:54:28 +00:00
ShowLastmod = true
gitUrl = "https://git.bovender.de/daniel/blog"
2024-07-30 21:16:25 +00:00
justifyContent = true
relatedPosts = true
code_copy_button = true
homeSubtitlePrinter = true
scrollToTop = true
global_mathjax = false
2024-08-05 17:54:28 +00:00
readTime = false
readTimeSeparator = "~"
2024-07-30 21:16:25 +00:00
# legacyLayout = false
shareSocial = true
# googleTagManager = "GTM-XXXXXXXX"
# tagSymbol = "#"
# categorySymbol = "⊲"
# pinned = "Pinned Posts"
# pinnedSVGname = "pin"
# descriptionInPosts= true
2024-08-05 17:54:28 +00:00
initialPublish = "Initally Posted on: "
human = ["single","posts"]
2024-07-30 21:16:25 +00:00
[[params.socialLinks]]
name = "mastodon"
url = "https://neph.social/@daniel_kraus"
[[params.socialLinks]]
name = "x"
url = "https://twitter.com/bovender_de"
[[params.socialLinks]]
name = "github"
url = "https://github.com/bovender"
[[params.socialLinks]]
name = "stackoverflow"
url = "https://stackoverflow.com/users/270712/bovender"
[[params.socialLinks]]
name = "linkedin"
url = "https://www.linkedin.com/in/bovender"
[menu]
[[menu.main]]
2024-08-05 17:54:28 +00:00
name = "Blog"
2024-07-30 21:16:25 +00:00
url = "posts/"
weight = 10
[[menu.main]]
2024-08-05 17:54:28 +00:00
name = "About bovender"
2024-07-30 21:16:25 +00:00
url = "about/"
2024-08-05 17:54:28 +00:00
weight = 20
[[menu.main]]
name = "Impressum"
url = "impressum/"
weight = 30