Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 473 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 473 Bytes

ccjekyll Build Status

Source code for Cate & Penna blog

Generating the website

Setup:

  • install rvm
  • source ~/.rvm/scripts/rvm
  • gem install bundler jekyll
  • cd <ccjekyll-root-dir>
  • bundler install

Generate with bundler exec jekyll build, or serve with bundler exec jekyll serve [--incremental]