diff --git a/badges.md b/badges.md
deleted file mode 100644
index 2b5e2414c..000000000
--- a/badges.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Code badges
----
-
-Here are some badges for open source projects.
-
-### Badge markdown
-
- Travis
- [](https://travis-ci.org/rstacruz/REPO)
- CodeClimate (shields.io)
- [](https://codeclimate.com/github/rstacruz/REPO
- "CodeClimate")
-
- Coveralls (shields.io)
- [](https://coveralls.io/r/rstacruz/REPO)
-
- Travis (shields.io)
- [](https://travis-ci.org/rstacruz/REPO "See test builds")
-
- NPM (shields.io)
- [](https://npmjs.org/package/REPO "View this project on npm")
-
- Ruby gem (shields.io)
- [](http://rubygems.org/gems/GEMNAME "View this project in Rubygems")
-
-### Etc
-
- Gitter chat
- [](https://gitter.im/REPO/GITTERROOM "Gitter chat")
-
- Gitter chat (shields.io)
- []( https://gitter.im/USER/REPO )
-
- david-dm
- [](https://david-dm.org/rstacruz/REPO)
-
- [](http://opensource.org/licenses/MIT)
-
-### Support stuff
-
- Support
- -------
-
- __Bugs and requests__: submit them through the project's issues tracker.
- []( https://github.com/USER/REPO/issues )
-
- __Questions__: ask them at StackOverflow with the tag *REPO*.
- []( http://stackoverflow.com/questions/tagged/REPO )
-
- __Chat__: join us at gitter.im.
- []( https://gitter.im/USER/REPO )
-
-### Frontend js installation
-
- Installation
- ------------
-
- Add [nprogress.js] and [nprogress.css] to your project.
-
- ```html
-
-
- ```
-
- NProgress is available via [bower] and [npm].
-
- $ bower install --save nprogress
- $ npm install --save nprogress
-
- [bower]: http://bower.io/search/?q=nprogress
- [npm]: https://www.npmjs.org/package/nprogress
-
-### Acknowledgements
-
- **PROJECTNAME** © 2014+, Rico Sta. Cruz. Released under the [MIT] License.
- Authored and maintained by Rico Sta. Cruz with help from contributors ([list][contributors]).
-
- > [ricostacruz.com](http://ricostacruz.com) ·
- > GitHub [@rstacruz](https://github.com/rstacruz) ·
- > Twitter [@rstacruz](https://twitter.com/rstacruz)
-
- [MIT]: http://mit-license.org/
- [contributors]: http://github.com/rstacruz/nprogress/contributors
-
-### Links
-
- * Everything: http://shields.io/
-
- * Version badge (gems, npm): http://badge.fury.io/
-
- * Dependencies (ruby): http://gemnasium.com/
-
- * CI: http://travis-ci.org/
-
- * Code quality (ruby): http://codeclimate.com/
-
- * Test coverage: https://coveralls.io/
-