Jekyll
Jeykll
- jekyll templates
- use liquid from shopify (doc) as templating enginge
- these variables are available
Install Pygments on OS X
- Install latest python (see python docs):
$ brew install python
- Install pygments (see pygments.org):
$ pip install pygments
Old stuff
http://jekyllrb.com/docs/templates/
{% highlight ruby linenos %}
def foo
puts 'foo'
end
{% endhighlight %}
Read Jekyll Quick Start
<pre><code>
asdf
</code></pre>
Github Pages
- Jekyll Docu Page on GhPages
- GitHub Pages - Basics
- Using Jekyll with Pages
- Disable Jekyll with
.nojekyll