Jekyll (software)
Developer(s) | Tom Preston-Werner, Nick Quaranto, Parker Moore |
---|---|
Stable release |
3.3.0 (2016-10-09)
|
Operating system | Cross-platform |
Platform | Ruby (programming language) |
Type | Blog publishing system |
License | MIT License |
Website | http://jekyllrb.com/ |
Jekyll is a simple, blog-aware, static site generator for personal, project, or organization sites. Written in Ruby by Tom Preston-Werner, GitHub's co-founder, it is distributed under an open source license.
History
Jekyll was first released by Tom Preston-Werner in 2008.[1] With Preston-Werner's departure from GitHub in April 2014, the project lost its lead developer.[2]
Jekyll started a web development trend towards static websites.[3]
Features
Instead of using databases, Jekyll takes the content, renders Markdown or Textile and Liquid templates,[4] and produces a complete, static website ready to be served by Apache HTTP Server, Nginx or another web server.[5] Jekyll is the engine behind GitHub Pages,[6] a GitHub feature that allows users to host websites based on their GitHub repositories.
Jekyll is flexible and supports front-end frameworks such as Bootstrap,[7] Semantic UI and many others.
Jekyll sites can be published using cloud-based CMS software such as CloudCannon, enabling content editors the ability to modify site content without having to know how to code.
Philosophy
According to Jekyll's "README" file,
it does what you tell it to do, no more, no less. It doesn't try to outsmart users by making bold assumptions, nor does it burden them with needless complexity and configuration. Put simply, Jekyll gets out of your way and allows you to concentrate on what truly matters: your content.
References
- ↑ Preston-Werner, Tom (2008-11-17). "Blogging Like a Hacker". Preston-Werner.com. Retrieved 2015-10-10.
- ↑ Orsini, Lauren (2014-04-21). "What Tom Preston-Werner's Departure Means For GitHub". ReadWrite. Retrieved 2015-10-10.
- ↑ Christensen, Mathias Biilmann (2015-11-16). "Static Website Generators Reviewed: Jekyll, Middleman, Roots, Hugo". Smashing Magazine. Retrieved 2016-02-10.
- ↑ http://liquidmarkup.org
- ↑ "README.markdown for Jekyll software". Jekyll's authors. Retrieved February 19, 2014.
- ↑ "GitHub Pages". Jekyll's authors. Retrieved February 19, 2014.
- ↑ Patton, Tony (2014-07-16). "Build full-featured sites with Jekyll, Bootstrap, and GitHub". TechRepublic. Retrieved 2015-10-11.
External links
- Jekyll official website.
- Jekyll's official GitHub repository.