Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-12-02 13:12:01 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-12-02 13:14:56 +0300
commitaec76e8729b603a4d2faa019bea2e65e37666798 (patch)
treea8a362258c63ea2ee3c2f06ebf174776e0601ccf /config.yml
parent882b041c0acd8a395624a5b3160fd4e7cbdb8028 (diff)
Adapt config.yml for Hugo >= 0.60.0
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml14
1 files changed, 7 insertions, 7 deletions
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