oe7drt-website/config/_default/config.toml

40 lines
914 B
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"
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]
[mediaTypes."application/atom"]
suffixes = ["xml"]
[outputFormats.Atom]
mediaType = "application/atom"
baseName = "index"
isPlainText = false
2022-12-13 20:33:27 +01:00
[outputFormats.HumansTXT]
baseName = "humans"
isPlainText = true
mediaType = "text/plain"
notAlternative = true
[outputs]
2022-12-13 20:33:27 +01:00
home = [ "HTML", "Atom", "JSON", "HumansTXT" ]