Repository for website https://wassa-workshop.github.io
You can modify the pages directly on GitHub, and your changes will be pushed to the website immediately.
- Modify the main page (
index.md):
https://github.com/wassa-workshop/wassa-workshop.github.io/blob/main/index.md
- Modify the specific pages (
cd _pages):
https://github.com/wassa-workshop/wassa-workshop.github.io/tree/main/_pages
- Modify the navigation:
The url (e.g., /programme/) in the navigation file should match the page permalink (e.g., permalink: /2021/accepted-papers/).
- Install Jekyll
- Clone the repository:
git clone https://github.com/wassa-workshop/wassa-workshop.github.io.git - Navigate to the repository directory
- Run
bundle install - Run
bundle exec jekyll serve - To preview the site, in your web browser, navigate to http://localhost:4000
Template and much of code from https://humeval.github.io