This repository contains the source code of odlot.github.io.
This webpage is built using pandoc and hosted via GitHub Pages.
To locally test the webpage, navigate into the root folder and execute:
pandoc webpage/notes.md -o webpage/index.html --template=webpage/index.template.html -s
open webpage/index.html