This repository was archived by the owner on Aug 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
cferejohn edited this page Jun 29, 2017
·
6 revisions
The template is designed for multi-project multi-audience generation from common source. We currently only use one project/audience (crunch
) but vestiges of multiple builds are left intact.
jekyll serve -w
For efficient development you’ll probably want a local jekyll. Here are the instructions on GitHub. This getting started guide is mostly helpful, but here are some notes from recent (Feb 2016) experience.
- Use rvm:
\curl -sSL https://get.rvm.io | bash
- I had to uninstall-then-reinstall homebrew:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Now install current ruby to rvm. This takes a while.
rvm install ruby-head
- Install jekyll and deps.
gem install jekyll redcarpet pygments