2022-11-20 21:17:25 +01:00
|
|
|
# -- 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/"
|
2022-11-20 21:17:25 +01:00
|
|
|
defaultContentLanguage = "en"
|
2023-06-19 21:27:41 +02:00
|
|
|
relativeURLs = false
|
|
|
|
canonifyURLs = true
|
2022-11-20 21:17:25 +01:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2022-11-20 21:17:25 +01:00
|
|
|
[outputs]
|
2023-04-10 11:18:40 +02:00
|
|
|
home = [ "HTML", "Atom", "JSON", "HumansTXT" ]
|
2023-06-17 22:29:20 +02:00
|
|
|
page = ["HTML"]
|
|
|
|
section = ["HTML", "Atom"]
|
2023-08-11 21:44:46 +02:00
|
|
|
# taxonomyTerm = ["HTML"]
|
2023-06-17 22:29:20 +02:00
|
|
|
taxonomy = ["HTML"]
|
2023-04-10 11:18:40 +02:00
|
|
|
|