aboutsummaryrefslogtreecommitdiff
path: root/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/config.yml b/config.yml
index 9491fa97d..c0871e79a 100644
--- a/config.yml
+++ b/config.yml
@@ -3,9 +3,12 @@ title: "Bootstrap"
baseURL: "https://getbootstrap.com"
enableInlineShortcodes: true
-pygmentsUseClasses: true
-# you can use ```lang if you want too
-pygmentsCodeFences: true
+markup:
+ goldmark:
+ renderer:
+ unsafe: true
+ highlight:
+ noClasses: false
buildDrafts: true
buildFuture: true