About

Arin Basu teaches at the University of Canterbury.

How to Blog with Jekyll

07 Jul 2013

The posts are in the _posts directory - edit this post and

After writing, re-build (or run with the -w switch) to see your changes!

To add new posts, simply add a file in the _posts directory that follows the convention: YYYY-MM-DD-name-of-post.markdown.

To write code snippets, do this:

def print_hi(name)
  puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.

Jekyll docs are here for more info on how to get the most out of Jekyll. File all bugs/feature requests can be found at Jekyll’s GitHub repo.