demory / history-of

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The History of OpenPlans

openplans.github.io/history-of/

Local Setup

help.github.com/articles/using-jekyll-with-pages/

Run bundle exec jekyll serve.

Site should be available at http://localhost:4000.

Deploying

To deploy this repository to gh-pages, run the following commands within a clean repository (any files in the _site directory that are modified and not checked in will find their way into the distribution if your repository is not clean):

git add --all _site/
git commit -m "Update the distribution files"
git push
git subtree push --prefix _site origin gh-pages

(Subtree instructions from https://gist.github.com/cobyism/4730490)

If you're missing subtree, install it.

About


Languages

Language:CSS 94.6%Language:Ruby 5.2%Language:JavaScript 0.1%