Bare bones Jekyll template and install instructions. View a preview
##Setup & Install*
*Assumes you have git and rubygems working properly.
sudo gem update --system
- requires system passwordsudo gem install jekyll
- takes a little bitjekyll -v
- currently version 1.4.2cd Documents/my/working/directory
git clone https://github.com/cmaseattle/jekyll-starter-template.git
and navigate into the directory cd jekyll-starter-template
jekyll server --watch
- builds your source and watches for file changes##Config Includes
Use:
{% highlight javascript linenos %}
var waka = Infinity,
flaka = waka;
function whoDat(flaka) {
// do that wakaflaka
}
{% endhighlight %}