oe7drt-website/config/_default/config.toml

47 lines
1.1 KiB
TOML
Raw Normal View History

# -- Site Configuration --
# Refer to the theme docs for more details about each of these parameters.
# https://jpanther.github.io/congo/docs/getting-started/
# baseURL = "https://your_domain.com/"
2022-12-11 18:21:12 +01:00
baseURL = "https://oe7drt.com/"
defaultContentLanguage = "en"
relativeURLs = false
canonifyURLs = true
enableRobotsTXT = true
paginate = 10
summaryLength = 0
# [permalinks]
# #post = '/:sections[last]/:year-:month-:day-:slug/'
# post = '/:sections[last]/:year-:month-:day-:slug/'
# # page = "/:slug/"
# # categories = "/:section/:slug/"
# categories = "/:slug/"
2022-12-05 22:32:44 +01:00
#[outputs]
# home = ["HTML", "RSS", "JSON"]
[mediaTypes]
2023-04-10 11:18:40 +02:00
[mediaTypes."application/atom"]
suffixes = ["xml"]
2022-12-05 22:32:44 +01:00
[outputFormats.Atom]
2023-04-10 11:18:40 +02:00
mediaType = "application/atom"
baseName = "index"
isPlainText = false
2022-12-05 22:32:44 +01:00
2022-12-13 20:33:27 +01:00
[outputFormats.HumansTXT]
2023-04-10 11:18:40 +02:00
mediaType = "text/plain"
baseName = "humans"
isPlainText = true
2022-12-13 20:33:27 +01:00
notAlternative = true
[outputs]
2023-04-10 11:18:40 +02:00
home = [ "HTML", "Atom", "JSON", "HumansTXT" ]
page = ["HTML"]
section = ["HTML", "Atom"]
2023-08-11 21:44:46 +02:00
# taxonomyTerm = ["HTML"]
taxonomy = ["HTML"]
2023-04-10 11:18:40 +02:00