My very first post!
archive
Jekyll
experiment
An archived experiment from the first Jekyll version of this website.
This post documented the first Jekyll version of the site. The website now uses Quarto, so the setup details below no longer apply; the page is retained only to preserve its original URL.
Hi! This is my first post. I use here to experiment with new features, so you may see a lot of random things.
Click to go back to the homepage.
Jekyll requires blog post files to be named according to the following format:
YEAR-MONTH-DAY-title.MARKUP
Jekyll also offers support for code snippets:
def print_hi(name)
puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.