Jekyll (software)

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 the open source MIT license.

Jekyll
Developer(s)Tom Preston-Werner, Nick Quaranto, Parker Moore, Alfred Xing, Olivia Hugger, Frank Taillandier, Pat Hawks, Matt Rogers
Stable release
4.1.0 (2020-05-27)[1]
Repository
Written inRuby
Operating systemCross-platform
PlatformWeb
TypeBlog publishing system
LicenseMIT License
Websitejekyllrb.com

History

Jekyll was first released by Tom Preston-Werner in 2008.[2] Jekyll was later taken over by Parker Moore, who led the effort in releasing Jekyll 1 and has been the new maintainer since then.[3]

Jekyll started a web development trend towards static websites.[4] As of 2017, Jekyll is the most popular static site generator, largely due to its adoption by GitHub.[5]

Features

Instead of using databases, Jekyll takes the content, renders Markdown or Textile and Liquid templates,[6] and produces a complete, static website ready to be served by Apache HTTP Server, Nginx or another web server.[7] Jekyll is the engine behind GitHub Pages,[8] a GitHub feature that allows users to host websites based on their GitHub repositories for no additional cost.

Jekyll is flexible and can be used in combination with front-end frameworks such as Bootstrap,[9] Semantic UI and many others.

Jekyll sites can be connected to cloud-based CMS software such as CloudCannon, Forestry, Netlify or Siteleaf, enabling content editors to modify site content without having to know how to code.

Philosophy

According to Jekyll's "README" file[10],

Jekyll 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

  1. "Jekyll 4.1.0 Released". jekyllrb.com. 27 May 2020. Retrieved 2020-05-27.
  2. Preston-Werner, Tom (2008-11-17). "Blogging Like a Hacker". Preston-Werner.com. Retrieved 2015-10-10.
  3. "Interview with Parker Moore from Jekyll".
  4. Christensen, Mathias Biilmann (2015-11-16). "Static Website Generators Reviewed: Jekyll, Middleman, Roots, Hugo". Smashing Magazine. Retrieved 2016-02-10.
  5. "Top Ten Static Site Generators of 2017 | Netlify". Netlify. Retrieved 2018-02-11.
  6. http://liquidmarkup.org
  7. "README.markdown for Jekyll software". Jekyll's authors. Retrieved February 19, 2014.
  8. "GitHub Pages". Jekyll's authors. Retrieved February 19, 2014.
  9. Patton, Tony (2014-07-16). "Build full-featured sites with Jekyll, Bootstrap, and GitHub". TechRepublic. Retrieved 2015-10-11.
  10. "README". October 18, 2018. Retrieved October 30, 2018.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.