Jekyll Cheat - ku-fpg/blackboard GitHub Wiki

Notes about how to use Jekell.

OSX Notes

Needed jekyll— failed because of OSX clang problem

$ rvm use ruby-2.1.1
Using /Users/Tom/.rvm/gems/ruby-2.1.1
$ gem install jekyll

installed rvm — from rvm website

needed ruby-2.1.1

% rvm install ruby-2.1.1

Finally!

%  jekyll serve

Sets up server


When I got

Network error while fetching https://rubygems.org/quick/Marshal.4.8/github-pages-20.gemspec.rz

This did not fixed it, but must help

gem update --system

How to run server like github pages

bundle exec jekyll serve

How up update the bundle

bundle update

Notes for default template

This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at jekyllrb.com

You can find the source code for the Jekyll new theme at: github.com/jglovier/jekyll-new

You can find the source code for Jekyll at github.com/jekyll/jekyll