crazy-toads.github.io/_oldposts/2013-12-31-whats-jekyll.md
2017-08-28 02:12:25 +08:00

20 lines
883 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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).