Jekyll

Introduction

Jekyll is a free-software, written in Ruby by Tom Preston-Werner, GitHub's co-founder. Jekyll is a simple, blog-aware, static site generator for personal, project, or organization sites. It is a file-based CMS; instead of using databases, Jekyll takes the content, renders Markdown and Liquid templates, and produces a complete, static website ready to be served by Apache, 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.

Usage

Compute Systems Invocation Version(s)
Red Hat Linux (64-bit) % /util/bin/jekyll 2.1.0 (default)

Instances

  1. http://ubicomp.cse.buffalo.edu

People

  1. Murat Demirbas, user.

References

  1. http://en.wikipedia.org/wiki/Jekyll_%28software%29
  2. http://jekyllrb.com/