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

Getting Started With Jekyll

Getting Started With Jekyll

Jekyll is a static HTML generator for web sites that don't require a content management system (CMS). Jekyll sites load quickly, especially when combined with GItHub Pages. Presented by Bobby Reyes and Ray Hightower at ChicagoRuby: 1871.

Ray Hightower

June 25, 2015
Tweet

More Decks by Ray Hightower

Other Decks in Technology

Transcript

  1. CMS On each page request:
 1. Pull page content from

    database.
 2. Generate new HTML page. Static No database. Generate all HTML pages before we deploy.
  2. {