You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
465 B
TOML
25 lines
465 B
TOML
baseURL = "http://example.org/"
|
|
languageCode = "en-us"
|
|
title = "Alpha Church"
|
|
|
|
ignoreFiles = [".*"]
|
|
disableKinds = ["section","taxonomy","taxonomyTerm","RSS","404","sitemap"]
|
|
defaultContentLanguage = "cli"
|
|
|
|
[outputs]
|
|
home = ["CLI"]
|
|
|
|
[mediaTypes."text/custom"]
|
|
suffixes = [""]
|
|
delimiter = ""
|
|
|
|
[outputFormats."CLI"]
|
|
mediaType = "text/custom"
|
|
isHTML = "false"
|
|
baseName = "hugo.log"
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|
|
preacher = "preachers"
|
|
series = "series"
|