loi_re/config/_default/config.toml

120 lines
2.7 KiB
TOML
Raw Normal View History

2021-09-07 13:04:58 +02:00
baseurl = "https://doks-child-theme.netlify.app/"
2021-04-02 20:27:40 +02:00
canonifyURLs = false
2021-03-18 15:50:09 +01:00
disableAliases = true
disableHugoGeneratorInject = true
enableEmoji = true
enableGitInfo = false
enableRobotsTXT = true
languageCode = "en-US"
paginate = 7
rssLimit = 10
2021-10-05 14:53:03 +02:00
# Multilingual
defaultContentLanguage = "en"
disableLanguages = ["de", "nl"]
# defaultContentLanguageInSubdir = true
2021-03-18 15:50:09 +01:00
# add redirects/headers
[outputs]
home = ["HTML", "RSS", "REDIRECTS", "HEADERS"]
section = ["HTML", "RSS", "SITEMAP"]
# remove .{ext} from text/netlify
[mediaTypes."text/netlify"]
suffixes = [""]
delimiter = ""
# add output format for netlify _redirects
[outputFormats.REDIRECTS]
mediaType = "text/netlify"
baseName = "_redirects"
isPlainText = true
notAlternative = true
# add output format for netlify _headers
[outputFormats.HEADERS]
mediaType = "text/netlify"
baseName = "_headers"
isPlainText = true
notAlternative = true
# add output format for section sitemap.xml
[outputFormats.SITEMAP]
mediaType = "application/xml"
baseName = "sitemap"
isHTML = false
isPlainText = true
noUgly = true
rel = "sitemap"
2021-09-07 13:04:58 +02:00
[caches]
[caches.getjson]
dir = ":cacheDir/:project"
maxAge = "10s"
2021-03-18 15:50:09 +01:00
[sitemap]
changefreq = "weekly"
filename = "sitemap.xml"
priority = 0.5
[taxonomies]
contributor = "contributors"
[permalinks]
blog = "/blog/:title/"
2021-10-05 14:53:03 +02:00
# docs = "/docs/1.0/:sections[1:]/:title/"
2021-03-18 15:50:09 +01:00
2021-09-07 13:04:58 +02:00
[minify.tdewolff.html]
keepWhitespace = false
2021-03-18 15:50:09 +01:00
[module]
2021-07-05 12:38:45 +02:00
[module.hugoVersion]
extended = true
min = "0.80.0"
max = ""
2021-03-18 15:50:09 +01:00
[[module.mounts]]
source = "node_modules/@hyas/doks/archetypes"
target = "archetypes"
[[module.mounts]]
source = "node_modules/@hyas/doks/assets"
target = "assets"
# [[module.mounts]]
# source = "node_modules/@hyas/doks/content"
# target = "content"
[[module.mounts]]
source = "node_modules/@hyas/doks/data"
target = "data"
[[module.mounts]]
source = "node_modules/@hyas/doks/layouts"
target = "layouts"
[[module.mounts]]
source = "node_modules/@hyas/doks/static"
target = "static"
[[module.mounts]]
source = "node_modules/flexsearch"
target = "assets/js/vendor/flexsearch"
[[module.mounts]]
source = "node_modules/katex"
target = "assets/js/vendor/katex"
2021-10-05 14:53:03 +02:00
[[module.mounts]]
source = "node_modules/mermaid"
target = "assets/js/vendor/mermaid"
2021-03-18 15:50:09 +01:00
[[module.mounts]]
source = "assets"
target = "assets"
[[module.mounts]]
source = "static"
target = "static"
2021-10-05 15:54:16 +02:00
# [[module.mounts]]
# source = "content"
# target = "content"
2021-03-18 15:50:09 +01:00
[[module.mounts]]
source = "layouts"
target = "layouts"
[[module.mounts]]
source = "archetypes"
target = "archetypes"
[[module.mounts]]
source = "data"
target = "data"