Learning to be a code alchemist, one experiment at a time.

What's Jekyll?

|

Jekyll is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From the project’s readme:

Jekyll is a simple, blog aware, static site generator. It takes a template directory […] and spits out a complete, static website suitable for serving with Apache or your favorite web server.

It is also the engine behind GitHub Pages, which is where I’m hosting my site. Find out more by visiting the project on GitHub.