Repository for www.pushtype.org content. The site is built using nanoc. Pull requests welcome.
Clone the repo and setup your local Ruby environment.
# Install dependencies
$ bundle install
# Run guard
$ guard
# Run shotgun
$ shotgun
View the site at localhost:9393.