Skip to content

Latest commit

 

History

History
executable file
·
18 lines (10 loc) · 342 Bytes

README.md

File metadata and controls

executable file
·
18 lines (10 loc) · 342 Bytes

Jekyll Instructions

Install Jekyll.

sudo gem install jekyll

Build your changes from within /jekyll

jekyll build

Continuously build you changes.

jekyll build --watch

Your changes are written to /pages.

Check your compiled output in /pages and commit your changes in both /jekyll and /pages to git.