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-08-01 16:11:50 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-08-13 10:27:07 +0300
commitfd00fd32fd062de72be851d8f6b379249af28c65 (patch)
treee8a027436b65e651375c048d2389fcf820bbd165 /config.yml
parent9b9257731ec0f16084f65d5d107684f5b56c27cb (diff)
Switch to Hugo.
Also add the upstream favicons.
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml51
1 files changed, 51 insertions, 0 deletions
diff --git a/config.yml b/config.yml
new file mode 100644
index 000000000..bbe65ad86
--- /dev/null
+++ b/config.yml
@@ -0,0 +1,51 @@
+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"
+
+module:
+ mounts:
+ - source: docs/assets
+ target: assets
+ - source: docs/content
+ target: content
+ - source: docs/data
+ target: data
+ - source: docs/layouts
+ target: layouts
+ - source: docs/static
+ target: static
+ - source: docs/static/assets/img/favicons/apple-touch-icon.png
+ target: static/apple-touch-icon.png
+ - source: docs/static/assets/img/favicons/favicon.ico
+ target: static/favicon.ico
+
+params:
+ description: "Official open source icon library for Bootstrap"
+
+ package_version: "0.1.0"
+ package_repo: "https://github.com/twbs/icons"
+
+ current_version: "4.3.1"
+ docs_version: "4.3"
+
+ main: "https://getbootstrap.com/"
+ repo: "https://github.com/twbs/bootstrap"
+ twitter: "getbootstrap"
+ slack: "https://bootstrap-slack.herokuapp.com"
+ blog: "https://blog.getbootstrap.com"
+ expo: "https://expo.getbootstrap.com"
+ icons: "https://icons.getbootstrap.com"
+ themes: "https://themes.getbootstrap.com"