crazy-toads.github.io/_oldposts/2013-12-31-whats-jekyll.md

20 lines
883 B
Markdown
Raw Permalink Normal View History

2017-08-08 19:53:28 +00:00
---
layout: post
title: What's Jekyll?
# date element overrides date in title format.
date: 2015-1-31
tag:
- common_tag
- other_tag
---
[Jekyll](http://jekyllrb.com) 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](https://github.com/mojombo/jekyll/blob/master/README.markdown):
<!--more-->
> 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. This is also the engine behind GitHub Pages, which you can use to host your projects page or blog right here from GitHub.
It's an immensely useful tool and one we encourage you to use here with Lanyon.
Find out more by [visiting the project on GitHub](https://github.com/mojombo/jekyll).