Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 375 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 375 Bytes

dot-src.github.com

Generating the site

To generate the site you will need Sass and Jekyll.

To compile the stylesheet assets/_src.scss use the following command:

sass assets/_src.scss:assets/src.css --style compact

To compile the site itself run just run jekyll.