why use Jekyll

This commit is contained in:
Hage Yaapa
2015-02-18 23:31:23 +05:30
parent 3b993f228c
commit a3989e024a

View File

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