- The contents of header and footer can be found in _data/sitetext.yml
- The contents of navigation can be found in _data/navigation.yml
- The layout can be changed in _layout folder, and the layout can be implemented in markdown file like this
layout: page
- The files in _inlcudes folder are imported in layout files(in _layouts folder)
To run locally (after installing dependencies):
bundle exec jekyll serve