2020-05-15 20:26:26 +02:00
|
|
|
###############
|
|
|
|
# General Config
|
|
|
|
#
|
|
|
|
|
|
|
|
baseURL = "https://mmk2410.org/"
|
|
|
|
languageCode = "en-us"
|
|
|
|
languageName = "English"
|
|
|
|
defaultContentLanguge = "en"
|
|
|
|
title = "Marcel Kapfer"
|
|
|
|
theme = "nextDESIGN"
|
|
|
|
|
|
|
|
# Enable the possibility to use .GitInfo
|
|
|
|
enableGitInfo = true
|
|
|
|
|
|
|
|
###############
|
|
|
|
# RSS
|
|
|
|
#
|
|
|
|
|
|
|
|
# Only put the last ten entrys in the RSS feed
|
|
|
|
rssLimit = 10
|
|
|
|
|
|
|
|
###############
|
|
|
|
# Author
|
|
|
|
#
|
|
|
|
|
|
|
|
[author]
|
|
|
|
name = "Marcel Kapfer"
|
|
|
|
|
|
|
|
###############
|
|
|
|
# Permalinks
|
|
|
|
#
|
|
|
|
|
|
|
|
[permalinks]
|
|
|
|
blog = "/:year/:month/:day/:title/"
|
|
|
|
quotes = "/:year/:month/:day/:title/"
|
|
|
|
|
|
|
|
###############
|
|
|
|
# Related Content
|
|
|
|
#
|
|
|
|
|
|
|
|
[related]
|
|
|
|
includeNewer = true
|
|
|
|
|
|
|
|
###############
|
|
|
|
# Additional menu entries
|
|
|
|
#
|
|
|
|
|
|
|
|
[menu]
|
|
|
|
|
|
|
|
[[menu.main]]
|
|
|
|
identifier = "composing"
|
|
|
|
name = "Composing"
|
|
|
|
weight = 5
|
|
|
|
url = "https://marcel-kapfer.de"
|
|
|
|
|
|
|
|
###############
|
|
|
|
# Further paramters
|
|
|
|
#
|
|
|
|
|
|
|
|
[params]
|
|
|
|
|
2021-08-18 22:45:53 +02:00
|
|
|
about = "I do creative things."
|
2021-01-18 10:21:46 +01:00
|
|
|
copyrighthtml = "2021 (c) Marcel Kapfer<br>Content licensed under CC-BY-SA 4.0"
|
2020-05-15 20:26:26 +02:00
|
|
|
imprinttext = "Impressum und Datenschutz"
|
|
|
|
giturl = "https://git.mmk2410.org/mmk2410/mmk2410.org"
|
|
|
|
|
|
|
|
[params.social]
|
|
|
|
mastodon = "https://fosstodon.org/@mmk2410"
|
2020-08-29 12:00:22 +02:00
|
|
|
gitlab = "https://gitlab.com/mmk2410"
|
|
|
|
gitea = "https://git.mmk2410.org/mmk2410"
|
2020-05-15 20:26:26 +02:00
|
|
|
|
|
|
|
[params.comment]
|
2021-08-18 22:45:53 +02:00
|
|
|
comments = true
|
2020-05-15 20:26:26 +02:00
|
|
|
|
|
|
|
###############
|
|
|
|
# Markup
|
|
|
|
#
|
|
|
|
|
|
|
|
[markup]
|
|
|
|
[markup.goldmark]
|
|
|
|
[markup.goldmark.renderer]
|
|
|
|
unsafe = true
|
|
|
|
|
|
|
|
###############
|
|
|
|
# Privacy
|
|
|
|
#
|
|
|
|
|
|
|
|
[privacy]
|
|
|
|
[privacy.disqus]
|
|
|
|
disable = true
|
|
|
|
[privacy.googleAnalytics]
|
|
|
|
disable = true
|
|
|
|
[privacy.instagram]
|
|
|
|
disable = true
|
|
|
|
[privacy.twitter]
|
|
|
|
disable = true
|
|
|
|
[privacy.vimeo]
|
|
|
|
disable = true
|
|
|
|
[privacy.youtube]
|
|
|
|
disable = true
|