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:
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/config.yml b/config.yml
index 35700221a..e166d5391 100644
--- a/config.yml
+++ b/config.yml
@@ -4,7 +4,7 @@ baseURL: "https://icons.getbootstrap.com"
enableInlineShortcodes: true
enableRobotsTXT: true
metaDataFormat: "yaml"
-disableKinds: ["404", "taxonomy", "term", "RSS"]
+disableKinds: ["404", "RSS"]
publishDir: "_site"
@@ -49,6 +49,14 @@ module:
- source: node_modules/bootstrap/dist/js/bootstrap.min.js
target: assets/js/bootstrap.min.js
+taxonomies:
+ category: categories
+ tag: tags
+
+permalinks:
+ categories: "/:section/:slug"
+ tags: "/:section/:slug"
+
params:
description: "Official open source SVG icon library for Bootstrap"
social_image_path: /assets/img/bootstrap-icons-social.png