- git clone [repo]
- bundle install
- bundle exec jekyll serve -w
$ gem install bundler
http://bundler.io/
Fork the repo on github.com (can set up gh-pages here) and copy URL to clone
$ cd Documents/github/projects (this can be wherever you want to store files, not on dropbox)
$ git clone https://github.com/budparr/jekyll-starter-your-fork.git
$ cd jekyll-starter
Open in your text editor
$ bundler install
$ bundle exec jekyll serve -w
Go to http://localhost:4000/ in your browser
Jekyll Documentation
Jekyll Repo, for bug reports
Jekyll Twitter account
Liquid Documentation
Liquid for Designers
the New Dynamic Jekyll page with links to 220+ articles, tutorials, tools and resources
Ben Balter, Jekyll Style Guide
Jekyll Cheat Sheet and Tutorials
Github Pages
Github Pages dependency versions (to see what version of Jekyll, etc it's running)
Jekyll Forums (core team monitor this) Jekyll Questions on Stack Overflow
The A11Y Project: A community-driven effort to make web accessibility easier.
Tachyons CSS
Github Pages hosting help page