From bfcab7d3518464c171e69cf0b9305905c76eb5bb Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 31 Jul 2019 14:38:36 -0700 Subject: Update homepage - Icons version - Repo link - Replace dash with space in names for search --- _config.yml | 5 +++++ docs/index.html | 14 +++++++++++--- 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
-

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.

+

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.

-

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. +

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.

+ +
+ +

+ Current version: v{{ site.package_version }} + · + GitHub repo +

@@ -37,7 +45,7 @@ layout: default
{{ image.basename | capitalize }}
-
{{ image.basename | capitalize }}
+
{{ image.basename | capitalize | replace: "-", " " }}
{% endif %} {% endfor %} -- cgit v1.2.3