This repository will generate the website for the AUDEEG challenge for ICASSP 2023.
To install all dependencies, run:
bash tools/install.sh
(You will need sudo
access)
To compile the website, simply run:
hugo -D
The compiled website will show up in the public folder.
Run:
hugo -D server
The general structure for the homepage can be adjusted in data/homepage.yml.
You can add additional sections by adding markdown documents to content/homepage_sections, they will be included automatically.
You can adjust the leaderboard in content/homepage_sections/leaderboard.md.
You can add pages in content, and they will automatically show up in the navbar.
This site is made with Hugo, using the Hugo-chart and arcane themes.