To add pages:
- Create a new md page in
_pages - Add a link to the new page in the header
- Edit
_includes/header.htmland find the comment about adding new pages to navbar
- Edit
If this is your first time working with jekyll:
- Install ruby following the jekyll installation guide for your os
gem install jekyll bundler
To build and serve the website locally
- Run
bundle installif you haven't already bundle exec jekyll serve