From b01b997f7e310734586d8587bafaf8304c48c88f Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 1 Aug 2019 10:14:08 +0300 Subject: package.json: update repo URL. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 442c78d64..5ca40b33e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/twbs/icons.git" + "url": "git+https://github.com/twbs/icons.git" }, "keywords": [ "bootstrap", @@ -21,7 +21,7 @@ "bugs": { "url": "https://github.com/twbs/icons/issues" }, - "homepage": "https://icons.getbootstrap.com", + "homepage": "https://icons.getbootstrap.com/", "devDependencies": { "cross-env": "^5.2.0", "shx": "^0.3.2", -- cgit v1.2.3 From 945eecf0d61b656296b400505a210ce69e8cf800 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 1 Aug 2019 10:14:48 +0300 Subject: package-lock.json: fix version. --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 3a6567c2d..67a521670 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bootstrap-icons", - "version": "1.0.0", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { -- cgit v1.2.3 From 6ca00acc0eb25b18fe7088e615777b3727dbeff0 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 1 Aug 2019 10:16:02 +0300 Subject: package.json: specify the files to include --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ca40b33e..b0191f433 100644 --- a/package.json +++ b/package.json @@ -26,5 +26,8 @@ "cross-env": "^5.2.0", "shx": "^0.3.2", "svgo": "^1.3.0" - } + }, + "files": [ + "icons/*.svg" + ] } -- cgit v1.2.3 From e258ac7c6fe17c0d10f85a738d23bc9aa71aa4ab Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 1 Aug 2019 10:20:34 +0300 Subject: Add doctype and lang. --- docs/_layouts/default.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 4611e3e4f..c7dcd1bcd 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -1,4 +1,5 @@ - + + -- cgit v1.2.3 From f229bbde640fcece0c73ec8d5e6462489557b521 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 1 Aug 2019 10:22:50 +0300 Subject: Fix icons. --- docs/_includes/icons/booticon-chevron-right.html | 1 - docs/_includes/icons/booticon-chevron-right.svg | 1 + docs/_includes/icons/bootstrap-logo-solid.html | 1 - docs/_includes/icons/bootstrap-logo-solid.svg | 1 + docs/_includes/icons/bootstrap-stack.html | 1 - docs/_includes/icons/bootstrap-stack.svg | 1 + docs/_includes/icons/bootstrap.html | 1 - docs/_includes/icons/bootstrap.svg | 1 + docs/_includes/icons/download.html | 1 - docs/_includes/icons/download.svg | 1 + docs/_includes/icons/github.html | 1 - docs/_includes/icons/github.svg | 1 + docs/_includes/icons/import.svg | 2 +- docs/_includes/icons/lightning.svg | 2 +- docs/_includes/icons/menu.svg | 2 +- docs/_includes/icons/opencollective.html | 1 - docs/_includes/icons/opencollective.svg | 1 + docs/_includes/icons/slack.html | 1 - docs/_includes/icons/slack.svg | 1 + docs/_includes/icons/twitter.html | 1 - docs/_includes/icons/twitter.svg | 1 + docs/_includes/navbar.html | 18 +++++++++--------- 22 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 docs/_includes/icons/booticon-chevron-right.html create mode 100644 docs/_includes/icons/booticon-chevron-right.svg delete mode 100644 docs/_includes/icons/bootstrap-logo-solid.html create mode 100644 docs/_includes/icons/bootstrap-logo-solid.svg delete mode 100644 docs/_includes/icons/bootstrap-stack.html create mode 100644 docs/_includes/icons/bootstrap-stack.svg delete mode 100644 docs/_includes/icons/bootstrap.html create mode 100644 docs/_includes/icons/bootstrap.svg delete mode 100644 docs/_includes/icons/download.html create mode 100644 docs/_includes/icons/download.svg delete mode 100644 docs/_includes/icons/github.html create mode 100644 docs/_includes/icons/github.svg delete mode 100644 docs/_includes/icons/opencollective.html create mode 100644 docs/_includes/icons/opencollective.svg delete mode 100644 docs/_includes/icons/slack.html create mode 100644 docs/_includes/icons/slack.svg delete mode 100644 docs/_includes/icons/twitter.html create mode 100644 docs/_includes/icons/twitter.svg diff --git a/docs/_includes/icons/booticon-chevron-right.html b/docs/_includes/icons/booticon-chevron-right.html deleted file mode 100644 index 0c3498b3f..000000000 --- a/docs/_includes/icons/booticon-chevron-right.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/docs/_includes/icons/booticon-chevron-right.svg b/docs/_includes/icons/booticon-chevron-right.svg new file mode 100644 index 000000000..b94015d3b --- /dev/null +++ b/docs/_includes/icons/booticon-chevron-right.svg @@ -0,0 +1 @@ + diff --git a/docs/_includes/icons/bootstrap-logo-solid.html b/docs/_includes/icons/bootstrap-logo-solid.html deleted file mode 100644 index 450d9ef18..000000000 --- a/docs/_includes/icons/bootstrap-logo-solid.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/docs/_includes/icons/bootstrap-logo-solid.svg b/docs/_includes/icons/bootstrap-logo-solid.svg new file mode 100644 index 000000000..0628c5f2b --- /dev/null +++ b/docs/_includes/icons/bootstrap-logo-solid.svg @@ -0,0 +1 @@ + diff --git a/docs/_includes/icons/bootstrap-stack.html b/docs/_includes/icons/bootstrap-stack.html deleted file mode 100644 index 1328a93aa..000000000 --- a/docs/_includes/icons/bootstrap-stack.html +++ /dev/null @@ -1 +0,0 @@ -{{ with .title }}{{ . }}{{ else }}Bootstrap{{ end }} \ No newline at end of file diff --git a/docs/_includes/icons/bootstrap-stack.svg b/docs/_includes/icons/bootstrap-stack.svg new file mode 100644 index 000000000..2e3abbfc4 --- /dev/null +++ b/docs/_includes/icons/bootstrap-stack.svg @@ -0,0 +1 @@ +Bootstrap \ No newline at end of file diff --git a/docs/_includes/icons/bootstrap.html b/docs/_includes/icons/bootstrap.html deleted file mode 100644 index 1b57d335e..000000000 --- a/docs/_includes/icons/bootstrap.html +++ /dev/null @@ -1 +0,0 @@ -{{ with .title }}{{ . }}{{ else }}Bootstrap{{ end }} \ No newline at end of file diff --git a/docs/_includes/icons/bootstrap.svg b/docs/_includes/icons/bootstrap.svg new file mode 100644 index 000000000..ec6da152f --- /dev/null +++ b/docs/_includes/icons/bootstrap.svg @@ -0,0 +1 @@ +Bootstrap \ No newline at end of file diff --git a/docs/_includes/icons/download.html b/docs/_includes/icons/download.html deleted file mode 100644 index b00ebabae..000000000 --- a/docs/_includes/icons/download.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/docs/_includes/icons/download.svg b/docs/_includes/icons/download.svg new file mode 100644 index 000000000..ef8af7662 --- /dev/null +++ b/docs/_includes/icons/download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/_includes/icons/github.html b/docs/_includes/icons/github.html deleted file mode 100644 index 829b93f1a..000000000 --- a/docs/_includes/icons/github.html +++ /dev/null @@ -1 +0,0 @@ -{{ with .title }}{{ . }}{{ else }}GitHub{{ end }} diff --git a/docs/_includes/icons/github.svg b/docs/_includes/icons/github.svg new file mode 100644 index 000000000..0243df5a2 --- /dev/null +++ b/docs/_includes/icons/github.svg @@ -0,0 +1 @@ +GitHub \ No newline at end of file diff --git a/docs/_includes/icons/import.svg b/docs/_includes/icons/import.svg index deaeb090d..28563c2be 100644 --- a/docs/_includes/icons/import.svg +++ b/docs/_includes/icons/import.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/docs/_includes/icons/lightning.svg b/docs/_includes/icons/lightning.svg index 02ae006d3..bbcf24a76 100644 --- a/docs/_includes/icons/lightning.svg +++ b/docs/_includes/icons/lightning.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/docs/_includes/icons/menu.svg b/docs/_includes/icons/menu.svg index 70eaccec7..f6c47035a 100644 --- a/docs/_includes/icons/menu.svg +++ b/docs/_includes/icons/menu.svg @@ -1 +1 @@ -{{ with .title }}{{ . }}{{ else }}Menu{{ end }} \ No newline at end of file +Menu \ No newline at end of file diff --git a/docs/_includes/icons/opencollective.html b/docs/_includes/icons/opencollective.html deleted file mode 100644 index 2896ba50c..000000000 --- a/docs/_includes/icons/opencollective.html +++ /dev/null @@ -1 +0,0 @@ -{{ with .title }}{{ . }}{{ else }}Open Collective{{ end }} \ No newline at end of file diff --git a/docs/_includes/icons/opencollective.svg b/docs/_includes/icons/opencollective.svg new file mode 100644 index 000000000..090d41dff --- /dev/null +++ b/docs/_includes/icons/opencollective.svg @@ -0,0 +1 @@ +Open Collective \ No newline at end of file diff --git a/docs/_includes/icons/slack.html b/docs/_includes/icons/slack.html deleted file mode 100644 index e3c995cc7..000000000 --- a/docs/_includes/icons/slack.html +++ /dev/null @@ -1 +0,0 @@ -{{ with .title }}{{ . }}{{ else }}Slack{{ end }} \ No newline at end of file diff --git a/docs/_includes/icons/slack.svg b/docs/_includes/icons/slack.svg new file mode 100644 index 000000000..d6ae455d8 --- /dev/null +++ b/docs/_includes/icons/slack.svg @@ -0,0 +1 @@ +Slack \ No newline at end of file diff --git a/docs/_includes/icons/twitter.html b/docs/_includes/icons/twitter.html deleted file mode 100644 index 74fe5f133..000000000 --- a/docs/_includes/icons/twitter.html +++ /dev/null @@ -1 +0,0 @@ -{{ with .title }}{{ . }}{{ else }}Twitter{{ end }} diff --git a/docs/_includes/icons/twitter.svg b/docs/_includes/icons/twitter.svg new file mode 100644 index 000000000..7b838be58 --- /dev/null +++ b/docs/_includes/icons/twitter.svg @@ -0,0 +1 @@ +Twitter \ No newline at end of file diff --git a/docs/_includes/navbar.html b/docs/_includes/navbar.html index e76ce8576..5419d5785 100644 --- a/docs/_includes/navbar.html +++ b/docs/_includes/navbar.html @@ -1,7 +1,7 @@