jekyll-template

jekyll-template

Boilerplate + basic template for a static Jekyll site (not blog-oriented)

Jekyll-Template

Requirements

  • Ruby (already installed on Mac)
  • RubyGems (already installed on Mac)
  • Jekyll
  • RDiscount (optional, but seems to be a better markdown parser than Maruku?)
$ gem install rdiscount
  • Foreman (optional, but will run ther dev server and compass watch for you)
$ gem install foreman

Development

Start the dev server with Foreman

$ foreman start