Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 451 Bytes

readme.markdown

File metadata and controls

16 lines (12 loc) · 451 Bytes

Jekyll Template Instructions

After cloning this repository to your project folder initiate the following

Update your Github config file to point to your project repository

  • open config file with mate .git/config
  • update the line containing url = NEW REPO DESTINATION

Install gems

bundle

Watch SASS files:

sass --watch stylesheets/sass:stylesheets/compiled

Start Jekyll Server:

jekyll --server