Rinkkasatiainen.github.com

Github pages - my own learning diary


View My GitHub Profile

Github Pages and Jekyll

Table of contents

I’m using Jekyll with pages 1

Syntax highigthing 2:

Jekyll uses Pygments to provide syntax highlight.

Supported languages: 3

Usage:

{% highlight bash %}
$ jekyll --pygments --no-lsi --safe --server
{% endhighlight %}	

Run server

$ jekyll --pygments --no-lsi --safe --server

Markdown

I like it 4