Installation
- Jekyll requires Pygments so:
sudo apt-get install python-setuptools
sudo easy_install pygments
- Install jekyll gem:
sudo gem install jekyll
- clone this repo.
Detailed instructions for different environments: https://github.com/mojombo/jekyll/wiki/install
Launching
- Go to project directory
- Type
jekyll
# do not use --auto! jekyll breaks - Open browser at
http://localhost:4000/
Development
- go to project directory
- jekyll serve --watch (this will auto reload any changes)
- for more information on jekyll http://jekyllrb.com/docs/home/