Neha Patil (Editor)

Jekyll (software)

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Stable release
  
3.4.0 (2017-01-18)

Operating system
  
Cross-platform

Written in
  
Platform
  
Web

Jekyll (software) thinkontheclockcomimgjekyllpng

Developer(s)
  
Tom Preston-Werner, Nick Quaranto, Parker Moore

Repository
  
github.com/jekyll/jekyll

Intro to jekyll


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.

Contents

History

Jekyll was first released by Tom Preston-Werner in 2008. With Preston-Werner's departure from GitHub in April 2014, the project lost its lead developer.

Jekyll started a web development trend towards static websites.

Features

Instead of using databases, Jekyll takes the content, renders Markdown or Textile and Liquid templates, and produces a complete, static website ready to be served by Apache HTTP Server, Nginx or another web server. Jekyll is the engine behind GitHub Pages, 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, 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

Jekyll (software) Wikipedia


Similar Topics