upgrade content for v4.1 dev
This commit is contained in:
parent
c50d008881
commit
8a4c5c482f
9 changed files with 104 additions and 28 deletions
|
@ -39,7 +39,7 @@ defaultContentLanguageInSubdir = false
|
|||
paginate = 10 # Number of items per page in paginated lists.
|
||||
enableEmoji = true
|
||||
footnotereturnlinkcontents = "<sup>^</sup>"
|
||||
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
|
||||
ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
|
||||
preserveTaxonomyNames = true
|
||||
|
||||
[outputs]
|
||||
|
@ -54,6 +54,11 @@ preserveTaxonomyNames = true
|
|||
latexDashes = true
|
||||
extensions = ["backslashLineBreak"]
|
||||
|
||||
[imaging]
|
||||
resampleFilter = "lanczos"
|
||||
quality = 90
|
||||
anchor = "smart" # Anchor for cropping. Options include Smart and Center.
|
||||
|
||||
# Taxonomies.
|
||||
[taxonomies]
|
||||
tag = "tags"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue