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>2020-03-24 21:50:20 +0300
committerGitHub <noreply@github.com>2020-03-24 21:50:20 +0300
commit61c6cf9e9b0341d57947456e51babe740d381211 (patch)
tree4afe79e2a337faeda88a54eeb75a8f5c7693199f /config.yml
parent26a88bb99587092c4c8f22861c3de180af2da5ef (diff)
Reorganize Hugo variables (#173)
This fixes a 404 in footer (LICENSE link). Also, remove unused config variables.
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml11
1 files changed, 4 insertions, 7 deletions
diff --git a/config.yml b/config.yml
index 86bf7edfe..59998bb02 100644
--- a/config.yml
+++ b/config.yml
@@ -36,17 +36,14 @@ params:
description: "Official open source SVG icon library for Bootstrap"
social_image_path: /assets/img/bootstrap-icons-social.png
- package_version: "1.0.0-alpha3"
- package_repo: "https://github.com/twbs/icons"
-
- current_version: "4.4.1"
- docs_version: "4.4"
+ version: "1.0.0-alpha3"
+ bs_docs_version: "4.4"
main: "https://getbootstrap.com"
- repo: "https://github.com/twbs"
+ github_org: "https://github.com/twbs"
+ repo: "https://github.com/twbs/icons"
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"