1
0
jcktrue.dk/config/_default/hugo.yaml

56 lines
987 B
YAML
Raw Normal View History

2021-04-29 18:24:16 +00:00
# Title of your site
title: "Jens True"
baseurl: "https://jcktrue.dk/"
############################
## LANGUAGE
############################
defaultContentLanguage: en
hasCJKLanguage: false
defaultContentLanguageInSubdir: false
removePathAccents: true
############################
## ADVANCED
############################
enableGitInfo: true
summaryLength: 30
2024-04-10 09:42:13 +00:00
paginate: 10000
2021-04-29 18:24:16 +00:00
enableEmoji: true
enableRobotsTXT: true
footnotereturnlinkcontents: "<sup>^</sup>"
ignoreFiles: ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
disableAliases: true
outputs:
2024-04-10 09:42:13 +00:00
home: [HTML, WebAppManifest]
section: [HTML]
2021-04-29 18:24:16 +00:00
markup:
defaultMarkdownHandler: goldmark
goldmark:
renderer:
unsafe: true
highlight:
codeFences: false
tableOfContents:
startLevel: 2
endLevel: 3
imaging:
resampleFilter: "lanczos"
quality: 90
anchor: smart
2021-12-18 14:11:14 +00:00
timeout: 600000
security:
2022-02-12 19:40:02 +00:00
_merge: deep
sitemap:
_merge: deep
2022-08-29 13:57:41 +00:00
- .*
minify:
_merge: deep