diff --git a/badges.md b/badges.md
new file mode 100644
index 000000000..1e6ddde18
--- /dev/null
+++ b/badges.md
@@ -0,0 +1,74 @@
+---
+title: Code stuff
+layout: default
+---
+
+Here are some badges for open source projects.
+
+### Badges
+
+ * 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/
+
+### Badge markdown
+
+ [](https://travis-ci.org/USER/REPO)
+
+### Versions
+
+[](https://npmjs.org/package/jquery "View this project on npm")
+
+ [](https://npmjs.org/package/PACKAGE "View this project on npm")
+
+[](http://rubygems.org/gems/rails "View this project in Rubygems")
+
+ [](http://rubygems.org/gems/GEM "View this project in Rubygems")
+
+[](https://github.com/rstacruz/nprogress)
+
+ [](https://github.com/USER/REPO)
+
+### Links
+
+[](https://npmjs.org/package/jquery "View this project on npm")
+
+ [](https://npmjs.org/package/PACKAGE "View this project on npm")
+
+[](http://rubygems.org/gems/rails "View this project in Rubygems")
+
+ [](http://rubygems.org/gems/GEM "View this project in Rubygems")
+
+### Etc
+
+[](https://gitter.im/USER/REPO "Gitter chat")
+
+ [](https://gitter.im/USER/REPO "Gitter chat")
+
+[](https://david-dm.org/USER/REPO#info=devDependencies)
+
+ [](https://david-dm.org/USER/REPO#info=devDependencies)
+
+[](http://opensource.org/licenses/MIT)
+
+ [](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 )
diff --git a/codestuff.md b/codestuff.md
deleted file mode 100644
index 7661dbe66..000000000
--- a/codestuff.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-title: Code stuff
-layout: default
----
-
-Here are some badges for open source projects.
-
-### Badges
-
- * 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/
-
-[](https://travis-ci.org/USER/REPO)
-
-[](http://badge.fury.io/js/PACKAGE)
-
-[](http://badge.fury.io/rb/GEM)