The jekyll stuff for my blog.
# Install jekyll
gem install bundler
bundle install
# To build and preview the website
bundle exec jekyll serve
{% include code.html caption="A ruby script" %}
{% highlight ruby linenos %}
def print_hi(name)
puts "Hi, #{name}!"
end
{% endhighlight %}
{% include endcode.html %}
- Font preview and CDNs,