diff --git a/Makefile b/Makefile
index e1327e8..8fa5ff9 100644
--- a/Makefile
+++ b/Makefile
@@ -4,10 +4,17 @@ all:
favicon:
node gh-badge.js '' '' '#bada55' .png > web/favicon.png
-deploy:
+website:
+ cat try.html | sed "s, index.html
+ (git checkout -B gh-pages && \
+ git merge master && \
+ git push origin gh-pages:gh-pages) || git checkout master
+ git checkout master
+
+deploy: website
git add Verdana.ttf
git commit -m'MUST NOT BE ON GITHUB'
git push -f heroku HEAD:master
git reset HEAD~1
-.PHONY: all deploy favicon
+.PHONY: all favicon website deploy
diff --git a/try.html b/try.html
new file mode 100644
index 0000000..63fd904
--- /dev/null
+++ b/try.html
@@ -0,0 +1,234 @@
+
+
+
+http://img.shields.io/badge/<SUBJECT>-<STATUS>-<COLOR>.svg
+
+Dashes --
→ -
Dash
+Underscores __
→ _
Underscore
+_
or Space
→
Space
+
+
+
+
+
+
+
+
+
+
+
+Ever wanted to have your own GitHub badges?
+Maybe you simply wanted visual consistency?
+Maybe you wanted less blur?
+Or look good on high-res displays?
+Maybe you simply love SVG.
+And you like the smaller download.
+
+I wanted a format that people can reuse and hack on.
+I wanted a service for everyone.
+I made the GitHub Badge Service.
+
Travis: | +http://img.shields.io/travis/joyent/node.svg |
+ |
---|---|---|
Travis branch: | +http://img.shields.io/travis/joyent/node/v0.6.svg |
+ |
Gittip: | +http://img.shields.io/gittip/JSFiddle.svg |
+ |
Coveralls: | +http://img.shields.io/coveralls/jekyll/jekyll.svg |
+ |
Coveralls branch: | +http://img.shields.io/coveralls/jekyll/jekyll/master.svg |
+ |
Code Climate: | +http://img.shields.io/codeclimate/github/kabisaict/flow.svg |
+ |
Gemnasium: | +http://img.shields.io/gemnasium/mathiasbynens/he.svg |
+ |
npm: | +http://img.shields.io/npm/dm/localeval.svg |
+ |
PyPI: | +http://img.shields.io/pypi/dm/Django.svg |
+ |
Packagist: | +http://img.shields.io/packagist/dm/doctrine/orm.svg |
+ |
npm: | +http://img.shields.io/npm/v/npm.svg |
+ |
PyPI: | +http://img.shields.io/pypi/v/nine.svg |
+ |
Gem: | +http://img.shields.io/gem/v/formatador.svg |
+ |
Hackage: | +http://img.shields.io/hackage/v/lens.svg |
+ |
Packagist: | +http://img.shields.io/packagist/v/symfony/symfony.svg |
+
+Tell your favorite badge service to use it!
+And tell us, we might be able to bring it to you anyway!
+
+This.
+All the activity and the code sits
+here.
+
:wq
+