A simple Jekyll site that serves a Trello board as a cleanly formatted HTML page.
- Export your Trello board to JSON
- Create the _data directory
mkdir _data
- Copy the board JSON file to
_data/board.json
- Start the Jekyll server with
jekyll s
or build the site withjekyll b
- Profit!