Skip to content
This repository was archived by the owner on Aug 8, 2019. It is now read-only.
cferejohn edited this page Jun 29, 2017 · 6 revisions

Template

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.

Local serve

jekyll serve -w

Getting up and running

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.

  1. Use rvm: \curl -sSL https://get.rvm.io | bash
  2. 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)"
  1. Now install current ruby to rvm. This takes a while. rvm install ruby-head
  2. Install jekyll and deps. gem install jekyll redcarpet pygments

Knowledge base articles

Adding knowledge base articles

Clone this wiki locally