Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Introduction to Jekyll

Introduction to Jekyll

Introduction to Jekyll talk I did at Dallas Ruby Brigade March meeting

Matt Rogers

March 06, 2013
Tweet

Other Decks in Technology

Transcript

  1. WHAT IS IT? •A simple, blog-aware static site generator •The

    most popular ruby-based static site generator on the planet* *according to Github stars Tuesday, March 5, 13
  2. HOW DOES IT WORK? •Posts go in a _posts directory

    •YAML based front matter for processing by Jekyll Tuesday, March 5, 13
  3. HOW DOES IT WORK? •Generated site dumped into _site •Extensible

    via plugins •Config file provides more customization Tuesday, March 5, 13
  4. HOW DOES IT WORK? •Plenty of sample sites to build

    on. •The sites page of the Jekyll wiki has examples. Tuesday, March 5, 13
  5. FIGHT! •Jekyll’s main use case is blogging •Other tools (nanoc

    and middleman) are more generic tools Tuesday, March 5, 13