99 lines
2.3 KiB
TOML
99 lines
2.3 KiB
TOML
baseURL = "https://fryboyter.de/"
|
|
DefaultContentLanguage = "de"
|
|
paginate = 5
|
|
rssLimit = 20
|
|
theme = "GythaOgg"
|
|
timeout = "60s"
|
|
title = "fryboyter.de"
|
|
|
|
[languages]
|
|
[languages.de]
|
|
languageCode = "de"
|
|
languageName = "Deutsche Version"
|
|
weight = 1
|
|
|
|
[languages.en]
|
|
languageCode = "en"
|
|
languageName = "English version"
|
|
weight = 2
|
|
|
|
[markup]
|
|
[markup.goldmark]
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|
|
[module]
|
|
[[module.mounts]]
|
|
source = "themes/GythaOgg/static/css/isso.css"
|
|
target = "assets/css/isso.css"
|
|
|
|
[[module.mounts]]
|
|
source = "themes/GythaOgg/static/css/notice.css"
|
|
target = "assets/css/notice.css"
|
|
|
|
[[module.mounts]]
|
|
source = "themes/GythaOgg/static/css/prism.css"
|
|
target = "assets/css/prism.css"
|
|
|
|
[[module.mounts]]
|
|
source = "themes/GythaOgg/static/js/prism.js"
|
|
target = "assets/js/prism.js"
|
|
|
|
[[module.mounts]]
|
|
source = "themes/GythaOgg/static/css/style.css"
|
|
target = "assets/css/style.css"
|
|
|
|
[outputs]
|
|
home = [ "HTML", "JSONFEED", "RSS", "SEARCHINDEX" ]
|
|
|
|
[outputFormats.JSONFEED]
|
|
baseName = "jsonfeed"
|
|
isHTML = false
|
|
isPlainText = true
|
|
mediaType = "application/json"
|
|
notAlternative = false
|
|
rel = "alternate"
|
|
|
|
[outputFormats.SEARCHINDEX]
|
|
baseName = "searchindex"
|
|
isHTML = false
|
|
isPlainText = true
|
|
mediaType = "application/json"
|
|
notAlternative = true
|
|
rel = "alternate"
|
|
|
|
[params]
|
|
repo = "https://codeberg.org/Fryboyter/fryboyter.de/"
|
|
issoHost = "https://isso.fryboyter.de/"
|
|
mail = "captain@fryboyter.de"
|
|
mastodon = "https://social.tchncs.de/@fryboyter"
|
|
mainSections = ["posts"]
|
|
|
|
[permalinks]
|
|
posts = ":slug"
|
|
|
|
[privacy]
|
|
[privacy.youtube]
|
|
disable = false
|
|
privacyEnhanced = true
|
|
|
|
[related]
|
|
includeNewer = true
|
|
threshold = 80
|
|
toLower = false
|
|
|
|
[[related.indices]]
|
|
name = "date"
|
|
weight = 10
|
|
|
|
[[related.indices]]
|
|
name = "description"
|
|
weight = 30
|
|
|
|
[[related.indices]]
|
|
name = "tags"
|
|
weight = 30
|
|
|
|
[[related.indices]]
|
|
name = "title"
|
|
weight = 30 |