Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 336 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 336 Bytes

Jekyll Trello Backlog

A simple Jekyll site that serves a Trello board as a cleanly formatted HTML page.

Usage

  1. Export your Trello board to JSON
  2. Create the _data directory mkdir _data
  3. Copy the board JSON file to _data/board.json
  4. Start the Jekyll server with jekyll s or build the site with jekyll b
  5. Profit!