Skip to content

Welcome to my blog!

Migrated from Jekyll: First post on the new 11ty site.

Published: | Author: Kevin Zita

Tags: blog, jekyll, update


Thanks for checking out my blog! This is where I plan to keep any thoughts worth sharing - and maybe some code too. Eventually some new content will appear here once I get around to it.

See below for an example of code snippets.

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