In Progress: Switching to Jekyll

Published: 2021-02-26

I've finally gotten around to putting this site on Jekyll. Well, almost.

It's a work in progress. I am dumping the Bootstrap framework for styling and layout, so I do need to update some styles and layouts around the site. And not all of the old pages have been converted yet.

This is a sample code snippet I'm trying to style:

def foo
  puts "bar"
end