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
“Prose provides a beatifully simple content authoring environment for CMS-free websites. It's a web-based interface for managing content on GitHub. Use it to create, edit, and delete files, and save your changes directly to GitHub. Host your website on GitHub Pages for free, or set up your own GitHub webhook server.”