You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.0 KiB
45 lines
1.0 KiB
# -- 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/"
|
|
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/"
|
|
|
|
#[outputs]
|
|
# home = ["HTML", "RSS", "JSON"]
|
|
|
|
[mediaTypes]
|
|
[mediaTypes."application/atom"]
|
|
suffixes = ["xml"]
|
|
|
|
[outputFormats.Atom]
|
|
mediaType = "application/atom"
|
|
baseName = "index"
|
|
isPlainText = false
|
|
|
|
[outputFormats.HumansTXT]
|
|
mediaType = "text/plain"
|
|
baseName = "humans"
|
|
isPlainText = true
|
|
notAlternative = true
|
|
|
|
[outputs]
|
|
home = [ "HTML", "Atom", "JSON", "HumansTXT" ]
|
|
page = ["HTML"]
|
|
section = ["HTML", "Atom"]
|
|
taxonomyTerm = ["HTML"]
|
|
taxonomy = ["HTML"]
|
|
|