summaryrefslogtreecommitdiffstats
path: root/config.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-20 09:16:18 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-20 09:16:18 +0000
commit48cf6e8facedb321cbc82d50881a45ebc70d4ce3 (patch)
tree1ee64b8c0f576896f62a5d4ec7ec0287fc0e0570 /config.yml
parentReleasing debian version 1.10.5+dfsg-4. (diff)
downloadbootstrap-icons-48cf6e8facedb321cbc82d50881a45ebc70d4ce3.tar.xz
bootstrap-icons-48cf6e8facedb321cbc82d50881a45ebc70d4ce3.zip
Merging upstream version 1.11.1+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml69
1 files changed, 0 insertions, 69 deletions
diff --git a/config.yml b/config.yml
deleted file mode 100644
index e156d68..0000000
--- a/config.yml
+++ /dev/null
@@ -1,69 +0,0 @@
-languageCode: "en"
-title: "Bootstrap Icons"
-baseURL: "https://icons.getbootstrap.com"
-enableInlineShortcodes: true
-enableRobotsTXT: true
-metaDataFormat: "yaml"
-disableKinds: ["404", "taxonomy", "term", "RSS"]
-
-publishDir: "_site"
-
-security:
- enableInlineShortcodes: true
- funcs:
- getenv:
- - ^HUGO_
- - NETLIFY
-
-markup:
- goldmark:
- renderer:
- unsafe: true
- highlight:
- noClasses: false
-
-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
- - source: bootstrap-icons.svg
- target: static/bootstrap-icons.svg
- - source: icons
- target: static/assets/icons
- - source: font
- target: static/assets/font
- - source: node_modules/bootstrap/scss
- target: assets/scss/bootstrap
- - source: node_modules/bootstrap/dist/js/bootstrap.bundle.min.js
- target: static/assets/js/vendor/bootstrap.bundle.min.js
-
-params:
- description: "Official open source SVG icon library for Bootstrap"
- social_image_path: /assets/img/bootstrap-icons-social.png
-
- version: "1.10.5"
- docs_version: "5.3"
-
- main: "https://getbootstrap.com"
- github_org: "https://github.com/twbs"
- icons_repo: "https://github.com/twbs/icons"
- repo: "https://github.com/twbs/bootstrap"
- twitter: "getbootstrap"
- opencollective: "https://opencollective.com/bootstrap"
- blog: "https://blog.getbootstrap.com/"
- themes: "https://themes.getbootstrap.com/"
- icons: "https://icons.getbootstrap.com/"
- swag: "https://cottonbureau.com/people/bootstrap"
- icons_figma: "https://www.figma.com/community/file/1042482994486402696/Bootstrap-Icons"