Tutorial on converting an HTML site into a Jekyll theme
You can view the tutorial here: Convert an HTML site to Jekyll. Here’s the intro:
If you’re looking for themes for your Jekyll site, you don’t have to restrict yourself to existing Jekyll themes. It’s pretty easy to convert almost any static HTML files into a Jekyll website.
In many ways, any site that is currently a static site is already a Jekyll website. Jekyll just allows you to automate parts of the site (like inserting pages into templates, rendering lists for navigation, generating feeds and sitemaps, and more) as it processes the files.
Understanding how to convert any HTML site into Jekyll templates will open your world to many more options for Jekyll themes. Instead of searching online for Jekyll themes, you can choose from the large variety of HTML templates for your site, quickly Jekyll-ize the HTML templates as you need to, and build the output with Jekyll.
This tutorial benefitted from edits from other Jekyll editors. You can view the history in this pull request and this one.
I created this tutorial after converting the WTD podcast site into a theme that matches the rest of the WTD site.