This is the repo containing the notebook for the HCI project. It was originally generated with Hugo using the Cupper theme.
However, due to archaic restrictions on how we need to serve our notebook, we're now directly modifying the statically built site which can lead to some minor inconveniences here and there.
It's recommended you do all your work on a branch other than master
- Copy paste the
index.html
file, make sure to rename it - Modify the name in the
<link rel="canonical" href="index.html">
to what you renamed it to - Strip your new page of it's contents in the
<main>
tag. - Update the menu in all your other
html
files and add the newly created page
The majority of the content is in the <main>
tag in the html files
git add . && git commit -m "your message" && git push