Hello Jekyll!
Testing Jekyll blogging here. Nice to see monospaced
formatting! And look at this math unbelievable!!
Let’s see how code snippets look like:
def print_hi(name)
puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.
public static void Main()
{
Console.WriteLine("Oh well");
}
And here’s a gist
Looks good, eh?