Based on Minimal Mistakes Jekyll theme
How to edit:
- Add a folder and Markdown for the new page eg.
_codingWorshop/cworkshop.md
- Copy header and layout header from another page and paste into
_codingWorshop/cworkshop.md
- See
workshop/workshopHome.md
for ideas on how to make it polished and include features - Make sure permalink is correct, that's what connects to the navigation bar e.g.
/cworkshop/
- See
- Add to nav bar: go to
_data/navigation.yml
- Add the permalink to the nav bar as a url e.g.
/cworkshop/
- Add the permalink to the nav bar as a url e.g.
- Add folder to
include
inconfig.yml
e.g._codingWorkshop