forked from TrueCloudLab/rclone
docs: update Hugo config after updating to 0.69.2
This commit is contained in:
parent
cdecb44789
commit
c4f6439715
1 changed files with 28 additions and 16 deletions
|
@ -13,6 +13,18 @@
|
|||
"plainIDAnchors": true
|
||||
},
|
||||
"disableKinds": [
|
||||
"taxonomy", "taxonomyTerm"
|
||||
]
|
||||
"taxonomy",
|
||||
"taxonomyTerm"
|
||||
],
|
||||
"ignoreFiles": [
|
||||
"~$",
|
||||
"^\\."
|
||||
],
|
||||
"markup": {
|
||||
"goldmark": {
|
||||
"renderer": {
|
||||
"unsafe": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue