This repository contains the source code of odlot.github.io.
This webpage is built with hugo and hosted via GitHub Pages.
To locally test the webpage, navigate into the webpage folder and execute:
cd webpage
hugo server --ignoreCache -D
Then browse to the web server bound to localhost to visually debug your changes.