From aec76e8729b603a4d2faa019bea2e65e37666798 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 2 Dec 2019 12:12:01 +0200 Subject: Adapt config.yml for Hugo >= 0.60.0 --- config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'config.yml') diff --git a/config.yml b/config.yml index a304d3ba9..e9ac3761b 100644 --- a/config.yml +++ b/config.yml @@ -2,19 +2,19 @@ languageCode: "en" title: "Bootstrap Icons" baseURL: "https://icons.getbootstrap.com" enableInlineShortcodes: true - -pygmentsUseClasses: true -pygmentsCodeFences: true - enableRobotsTXT: true metaDataFormat: "yaml" disableKinds: ["404", "taxonomy", "taxonomyTerm", "RSS"] -blackfriday: - fractions: false - publishDir: "_site" +markup: + goldmark: + renderer: + unsafe: true + highlight: + noClasses: false + module: mounts: - source: docs/assets -- cgit v1.2.3