fedipage/config.toml
Jeffrey Phillips Freeman 1afe272ca0
initial commit
2023-10-08 01:35:17 -04:00

73 lines
1.5 KiB
TOML

baseurl = "https://flear.org/"
languageCode = "en-us"
title = "Free and Libre Engineers for Amateur Radio"
Copyright = "FLEAR 2023"
paginate = 20
pygmentsCodeFences = true
pygmentsCodeFencesGuessSyntax = true
pygmentsStyle = "monokai"
DefaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
[services.rss]
limit = 50
[permalinks]
post = "/:title/"
[author]
name = "FLEAR"
email = "flear@flear.org"
[params]
author = "FLEAR"
description = "Free and Libre Engineers for Amateur Radio"
analyticsid = "UA-114468-20"
[taxonimies]
tag = "tags"
[mediaTypes]
[mediaTypes."text/javascript"]
suffixes = ["js", "mjs"]
[mediaTypes."application/activity+json"]
suffixes = ["ajson"]
[outputFormats]
[outputFormats.ACTIVITY]
mediaType = "application/activity+json"
notAlternative = true
baseName = "activity"
[outputFormats.ACTIVITY_OUTBOX]
mediaType = "application/activity+json"
notAlternative = true
baseName = "outbox"
[outputs]
home = ["HTML", "RSS", "ACTIVITY", "ACTIVITY_OUTBOX"]
section = ["HTML", "RSS"]
page = ["HTML"]
[related]
# Only include matches with rank >= threshold. This is a normalized rank between 0 and 100.
threshold = 10
# To get stable "See also" sections we, by default, exclude newer related pages.
includeNewer = true
# Will lower case keywords in both queries and in the indexes.
toLower = false
[[related.indices]]
name = "tags"
weight = 100
[markup.goldmark.parser]
autoHeadingID = true
[markup.goldmark.extensions]
typographer = false
[markup.goldmark.renderer]
unsafe = true