Transform your plain text into static websites and blogs…

Jekyll takes plain text files plus template files and spits out a functional website, with no need for a database. This makes it simple, fast, secure and scalable.

Using markdown, simple text files like this:

A header
--------

This is just a regular paragraph.

And a second paragraph with some __bold__ and _italic_ text

> This is a blockquote

* Lists are 
* easy too

become beautiful webpages like this:


A header

This is just a regular paragraph.

And a second paragraph with some bold and italic text

This is a blockquote