Skip to content

Latest commit

 

History

History
 
 

jekyll

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.