Source code for Cate & Penna blog
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]
Source code for Cate & Penna blog
Setup:
rvm
~/.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]