diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 0a017a5..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-language: node_js
-cache:
- directories:
- - node_modules
-notifications:
- email: false
-node_js: 6
-before_script:
- - npm prune
-after_success:
- - npm run semantic-release
diff --git a/CHANGELOG.md b/CHANGELOG.md
deleted file mode 100644
index 60688c0..0000000
--- a/CHANGELOG.md
+++ /dev/null
@@ -1,238 +0,0 @@
-# Change Log
-All notable changes to this project will be documented in this file.
-
-The format is based on [Keep a Changelog](http://keepachangelog.com/)
-and this project adheres to [Semantic Versioning](http://semver.org/).
-
-## v2.1.0 (2017-05-30)
-
-### Added
-
-- Add icon categories (Thanks @wappsdotgr)
-- Display icon names to allow for `⌘ + F` search
-
-
- Add 37 icons
-
- - `arrow-down-left`
- - `arrow-down-right`
- - `arrow-up-left`
- - `arrow-up-right`
- - `battery-charging`
- - `cast`
- - `chevrons-down`
- - `chevrons-left`
- - `chevrons-right`
- - `chevrons-up`
- - `cloud-drizzle`
- - `cloud-lightning`
- - `cloud-rain`
- - `cloud-snow`
- - `codepen`
- - `compass`
- - `edit-2`
- - `edit-3`
- - `link-2`
- - `list`
- - `log-in`
- - `log-out`
- - `navigation-2`
- - `package`
- - `repeat`
- - `share`
- - `slack`
- - `speaker`
- - `trending-down`
- - `trending-up`
- - `type`
- - `user-check`
- - `user-x`
- - `voicemail`
- - `volume`
- - `volume-1`
- - `volume-2`
-
-
-### Changed
-
-- Redesign project site
-
-
- Change 9 icons
-
- - `bar-chart`
- - `bar-chart-2`
- - `droplet`
- - `grid`
- - `twitter`
- - `user-minus`
- - `user-plus`
- - `user`
- - `volume-x`
-
-
-## v2.0.0 (2017-05-23)
-
-### Added
-
- Add 63 icons
-
- - `activity`
- - `alert-circle`
- - `alert-octagon`
- - `alert-triangle`
- - `aperture`
- - `at-sign`
- - `award`
- - `bell-off`
- - `bluetooth`
- - `calendar`
- - `camera-off`
- - `chevron-down`
- - `chevron-left`
- - `chevron-right`
- - `chevron-up`
- - `chrome`
- - `circle`
- - `cloud-off`
- - `comment-circle`
- - `cpu`
- - `edit`
- - `eye-off`
- - `facebook`
- - `feather`
- - `female`
- - `filter`
- - `hash`
- - `headphones`
- - `home`
- - `info`
- - `instagram`
- - `male`
- - `map-pin`
- - `mic-off`
- - `more-vertical`
- - `music`
- - `octagon`
- - `phone`
- - `phone-call`
- - `phone-forwarded`
- - `phone-incoming`
- - `phone-missed`
- - `phone-off`
- - `phone-outgoing`
- - `pocket`
- - `radio`
- - `refresh-ccw`
- - `rotate-ccw`
- - `scissors`
- - `square`
- - `sunrise`
- - `sunset`
- - `thumbs-down`
- - `thumbs-up`
- - `toggle-right`
- - `trash-2`
- - `triangle`
- - `twitter`
- - `user-minus`
- - `user-plus`
- - `video-off`
- - `wind`
- - `zap`
-
-
-### Changed
-
-- Redesign project website
-- Use SVG `stroke` instead of `fill`. Read more about the benefits of SVG `stroke`:
- - [SVG Stroke FTW!](http://danklammer.com/articles/svg-stroke-ftw/)
-
-
- Change 66 icons
-
- - `align-center`
- - `anchor`
- - `arrow-down`
- - `arrow-left`
- - `arrow-right`
- - `arrow-up`
- - `bar-chart`
- - `bar-chart-2`
- - `battery`
- - `bell`
- - `book`
- - `bookmark`
- - `box`
- - `briefcase`
- - `camera`
- - `check`
- - `check-circle`
- - `check-square`
- - `clipboard`
- - `cloud`
- - `comment-square`
- - `download`
- - `download-cloud`
- - `droplet`
- - `external-link`
- - `fast-forward`
- - `file`
- - `flag`
- - `folder`
- - `heart`
- - `image`
- - `inbox`
- - `layers`
- - `layout`
- - `lock`
- - `mail`
- - `maximize`
- - `maximize-2`
- - `minimize`
- - `minimize-2`
- - `minus`
- - `moon`
- - `move`
- - `pause`
- - `play`
- - `plus`
- - `printer`
- - `search`
- - `settings`
- - `share`
- - `shuffle`
- - `skip-back`
- - `skip-forward`
- - `star`
- - `rewind`
- - `tag`
- - `unlock`
- - `upload`
- - `upload-cloud`
- - `user`
- - `video`
- - `watch`
- - `wifi`
- - `x`
- - `zoom-in`
- - `zoom-out`
-
-
-### Removed
-- Remove PSD, CSH and Webfont formats in favor of SVG. Read more about the benefits of SVG for icons:
- - [Inline SVG vs Icon Fonts [CAGEMATCH]](https://css-tricks.com/icon-fonts-vs-svg/)
- - [Seriously, Don’t Use Icon Fonts](https://cloudfour.com/thinks/seriously-dont-use-icon-fonts/)
- - [Ten reasons we switched from icon font to SVG](http://ianfeather.co.uk/ten-reasons-we-switched-from-an-icon-font-to-svg/)
-
-## v1.1.0 (2014-04-27)
-
-### Added
-- Add 30 new icons
-- Add CSH, SVG and Webfont formats
-
-### Changed
-- Change all PSD icon layers to vector shapes
-
-## v1.0.0 (2013-11-27)
-- Initial release
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md
deleted file mode 100644
index 9d75df4..0000000
--- a/ISSUE_TEMPLATE.md
+++ /dev/null
@@ -1,6 +0,0 @@
-> If you'd like to request an icon, please provide the following information:
-> - icon name
-> - at least one use case
-> - screenshots of similar icons
->
-> Please create one issue for each icon request.
diff --git a/_config.yml b/_config.yml
index 5c72c4c..7133cc9 100644
--- a/_config.yml
+++ b/_config.yml
@@ -3,5 +3,3 @@ exclude:
- bin
- sandbox
- stash
-gems:
- - jekyll-redirect-from
diff --git a/index.html b/index.html
index 002bde4..ab819a8 100644
--- a/index.html
+++ b/index.html
@@ -1,6 +1,4 @@
---
-redirect_to:
- - https://feathericons.com
title: Feather – Simply beautiful open source icons
description: Designed on a 24x24 grid with an emphasis on functionality, consistency and simplicity.
links:
diff --git a/package.json b/package.json
index 4aa9562..f806385 100644
--- a/package.json
+++ b/package.json
@@ -1,27 +1,8 @@
{
"name": "feather-icons",
- "version": "0.0.0-development",
+ "version": "0.0.0",
"description": "Simply beautiful open source icons",
"scripts": {
- "commitmsg": "validate-commit-msg",
- "cm": "git-cz",
- "svgo": "for i in $(find icons/* -type d); do svgo --pretty --multipass --config=svgo-config.yml $i; done",
- "build": "npm run build-zip && jekyll build",
- "build-zip": "./bin/build-zip.sh",
- "semantic-release": "semantic-release pre && npm publish && semantic-release post"
- },
- "devDependencies": {
- "commitizen": "^2.9.6",
- "cz-conventional-changelog": "^2.0.0",
- "husky": "^0.13.4",
- "semantic-release": "^6.3.6",
- "svgo": "^0.7.2",
- "validate-commit-msg": "^2.12.1"
- },
- "config": {
- "commitizen": {
- "path": "cz-conventional-changelog"
- }
},
"repository": {
"type": "git",