This is my first blog post. Testing-testing-1-2-3.

The post is being written in markdown and implemented using Jekyll.

Code snippets are easy to implement:

1
2
3
4
5
6
hello <- function(name) {
  sprintf("Hello, %s!", name)
}

hello("World")
# prints "Hello, World!" to console.

Some resources for Jekyll: Try looking at the Jekyll docs, take a look at bugs and feature requests at Jekyll’s GitHub repo, and get answers to questions on Jekyll Talk.