Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 398 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 398 Bytes

Twiiter Bootstrap + Jekyll

Very basic Twitter and Bootstrap Jekyll setup to start sketching out stuff

Usage

Starter then browse to http://localhost:4000

$ jekyll serve

Generate the current folder into ./_site

$ jekyll build

Generate the current folder into ./_site and watched for changes, and regenerated automatically.

$ jekyll build --watch