1
0

57 lines
1002 B
YAML
Raw Normal View History

2021-04-29 20:24:16 +02: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
2025-01-17 13:36:21 +00:00
pagination:
pagerSize: 10000
2021-04-29 20:24:16 +02: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 20:24:16 +02: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 15:11:14 +01:00
timeout: 600000
security:
2022-02-12 20:40:02 +01:00
_merge: deep
sitemap:
_merge: deep
2022-08-29 15:57:41 +02:00
- .*
minify:
_merge: deep