new site generated by poole

This commit is contained in:
Philipp Oppermann
2015-07-22 14:38:46 +02:00
parent 5afd95a22d
commit 5004c2cbe3
33 changed files with 991 additions and 859 deletions

View File

@@ -0,0 +1,10 @@
---
layout: post
title: What's Jekyll?
---
[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/jekyll/jekyll/blob/master/README.markdown):
> 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. Find out more by [visiting the project on GitHub](https://github.com/jekyll/jekyll).