I built this website for a competition at Maastricht University. The goal was to create and deploy a static website using any static website generator out there. I decided to go with Hugo because of its great cli and high speed generating the site.

The theme I chose is papermod. It uses a nice minimalist design and receives regular updates. To implement the typing carousel on the profile page, I made use of a codepen which I had to adapt to my needs.

Furthermore, I wanted to learn more about GitHub actions. That’s why I created two repositories. A private one, which upon receiving a commit to the main branch, triggers a GitHub action to build and deploy the website to my public repository containing the website files.