jekyll-tachyons

Stripped down Jekyll site structure and a Tachyons stylesheet.

Installation

git clone https://github.com/whaleen/jekyll-tachyons
cd jekyll-tachyons
bundle install

Serve

jekyll serve --watch

BrowserSync

browser-sync start --proxy "localhost:4000" --files "_site/*.*"