From 80572c544b0cbb2c89be42e0751ad81ee81f0d15 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sun, 17 May 2020 17:55:23 +0100 Subject: [PATCH] docs: more config fixes for hugo 0.7 --- docs/config.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/config.json b/docs/config.json index 912927fc0..6c03cff25 100644 --- a/docs/config.json +++ b/docs/config.json @@ -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 }