Presented by Dylan Staley / @dstaley
noun
website where pages are stored as individual HTML files and served without server-side rendering.
GitHub
$ git add -am "Changed some stuff" $ git push origin gh-pages
S3 (with the s3_website gem)
$ s3_website push
Easy deploys to Google App Engine, Heroku, and anything else capable of serving HTML files.
~ $ gem install jekyll ~ $ jekyll new my-awesome-site ~ $ cd my-awesome-site ~/my-awesome-site $ jekyll serve # => Now browse to http://localhost:4000