docs: update Hugo config after updating to 0.69.2

This commit is contained in:
Nick Craig-Wood 2020-05-06 12:47:17 +01:00
parent cdecb44789
commit c4f6439715

View File

@ -13,6 +13,18 @@
"plainIDAnchors": true
},
"disableKinds": [
"taxonomy", "taxonomyTerm"
]
"taxonomy",
"taxonomyTerm"
],
"ignoreFiles": [
"~$",
"^\\."
],
"markup": {
"goldmark": {
"renderer": {
"unsafe": true
}
}
}
}