An initial commit to support navigation menu in GitHub Pages website
[jpf-core.git] / docs / _posts / 2013-12-31-whats-jekyll.md
diff --git a/docs/_posts/2013-12-31-whats-jekyll.md b/docs/_posts/2013-12-31-whats-jekyll.md
new file mode 100644 (file)
index 0000000..53c53b6
--- /dev/null
@@ -0,0 +1,12 @@
+---
+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/mojombo/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 project’s 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).