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:
authorMark Otto <markdotto@gmail.com>2019-08-01 00:38:36 +0300
committerMark Otto <markdotto@gmail.com>2019-08-01 00:38:36 +0300
commitbfcab7d3518464c171e69cf0b9305905c76eb5bb (patch)
tree98815f0ea37964a842406c0c6eb68c86dfe48344
parente8f48dfb12defd351e455612e61dd25fc27ed212 (diff)
Update homepage
- Icons version - Repo link - Replace dash with space in names for search
-rw-r--r--_config.yml5
-rw-r--r--docs/index.html14
2 files changed, 16 insertions, 3 deletions
diff --git a/_config.yml b/_config.yml
index 4ef744a22..2bcf9a531 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,11 +1,16 @@
title: Bootstrap Icons
+description: "Official open source icon library for Bootstrap"
baseurl: ""
source: "./docs"
markdown: kramdown
+package_version: 1.0.0
+package_repo: https://github.com/twbs/icons/
+
current_version: "4.3.1"
docs_version: "4.3"
+
repo: "https://github.com/twbs/bootstrap"
twitter: "getbootstrap"
slack: "https://bootstrap-slack.herokuapp.com"
diff --git a/docs/index.html b/docs/index.html
index 1ac9fba08..28f123a68 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -10,12 +10,20 @@ layout: default
<div class="row f5 text-muted">
<div class="col-md-6 col-lg-5 pr-lg-4">
- <p>Meet the Bootstrap icons, a limited set of icons designed first and foremost to work with Bootstrap's components. From form controls to navigation, these icons are the perfect complement to our toolkit.</p>
+ <p>Bootstrap Icons are designed first and foremost to work with Bootstrap's components, from form controls to navigation and more. Bootstrap Icons are SVGs, so they scale quickly and easily to any size and can be styled with CSS.</p>
</div>
<div class="col-md-6 col-lg-5 pr-lg-4">
- <p>Bootstrap Icons are SVGs, so they'll scale quickly and easily to any size, they can be easily recolored with CSS, and more. They're also released under the MIT license, so you're free to download, include, fork, extend, and more.
+ <p>Plus, while they're built for Bootstrap first, they're great for any project. They're open sourced (MIT), so you're free to download, include, fork, extend, and more.</p>
</div>
</div>
+
+ <hr class="mb-4">
+
+ <p class="text-muted">
+ Current version: <strong>v{{ site.package_version }}</strong>
+ &middot;
+ <a href="{{ site.package_repo }}">GitHub repo</a>
+ </p>
</div>
</div>
@@ -37,7 +45,7 @@ layout: default
<div class="p-3 mb-2 border text-center rounded">
<img src="{{ image.path | relative_url }}" class="" width="32" height="32" alt="{{ image.basename | capitalize }}">
</div>
- <div class="name text-muted text-center pt-1">{{ image.basename | capitalize }}</div>
+ <div class="name text-muted text-center pt-1">{{ image.basename | capitalize | replace: "-", " " }}</div>
</li>
{% endif %}
{% endfor %}