docs: more config fixes for hugo 0.7

This commit is contained in:
Nick Craig-Wood 2020-05-17 17:55:23 +01:00
parent 11f8cb32d1
commit 80572c544b

View File

@ -8,10 +8,6 @@
"title": "rclone - rsync for cloud storage",
"description": "rclone - rsync for cloud storage: google drive, s3, swift, cloudfiles, dropbox, memstore...",
"canonifyurls": false,
"blackfriday": {
"smartDashes": false,
"plainIDAnchors": true
},
"disableKinds": [
"taxonomy",
"taxonomyTerm"
@ -22,6 +18,12 @@
],
"markup": {
"goldmark": {
"extensions": {
"typographer": false
},
"parser": {
"autoHeadingIDType": "blackfriday"
},
"renderer": {
"unsafe": true
}