June 2017
Beginner to intermediate
338 pages
9h 2m
English
We started off the recipe with initial preparations--making a new repository on GitHub in steps 1 through 3. In steps 4 and 5, we added the .gitignore file. This file will tell Git which files not to track. Files that we do not want to track are most often dynamic files that are created as Jekyll compiles. In this case, the files that need to be ignored are located in the _site and the .sass-cache folders.
In steps 7 through 9, ...
Read now
Unlock full access