This website is established on Jekyll.
Install Jekyll following the official tutorial.
bundle install
bundle exec jekyll server # run the server for testing
bundle exec jekyll build # generate the `_site` for the deploy.
- If a new single item need to be added in the navbar, directly build a new markdown file in the root folder and update the navbar data in the
_config.yml
with thepage
layout. - If a multiple level item like
call-for
need to be added in the navbar, please follow the instructions:- Build a new folder with the same name like
call-for
. - Create a markdown file with the
call-for
layout and add the content in it. - Update the navbar data in the
_config.yml
.
- Build a new folder with the same name like
- _includes
- _layouts
- _sass
- _site