My First Post using Bridgetown

Bridgetown builds on top and beyond Jekyll.

This is a new start.

The following code snippet is left for future reference.

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