From a3989e024a1cf99e33ad2cbf483db212909d5579 Mon Sep 17 00:00:00 2001 From: Hage Yaapa Date: Wed, 18 Feb 2015 23:31:23 +0530 Subject: [PATCH] why use Jekyll --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0bcd781b..2f767d43 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,7 @@ Feel free to make changes to the template files or the document files. The suppo ## Showcasing If you have an app you'd like to showcase on the site, open a pull request for it. + +## Why use Jekyll instead of an Express-based solution? + +Jekyll comes built-in with GitHub Pages. Since we are already using GitHub Pages to host the website, it makes sense to leverage the capabilities it provides. It's all about using the right tool, for the right job, under the right circumstances.