Skip to content
himynameisjonas edited this page Jul 22, 2012 · 41 revisions

Jekyll is a simple, blog aware, static site generator. It takes a template directory (representing the raw form of a website), runs it through Textile or Markdown and Liquid converters, and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.

Getting Started

Tutorials

  • http://jekyllbootstrap.com
    Provides detailed explanations, examples, and helper-code to make getting started with Jekyll easier.

Diving In

Tips & Tricks

Clone this wiki locally