This is source of https://dimitrije.website. The website is built with Hakyll.
You will need Nix package manager:
$ nix-shell
To serve locally, run make watch
. This will rebuild static files and start
Hakyll local web server on port 8082 in watch mode. All local changes will be
detected, rebuilt and served.
To build CV PDF, run make cv
.
To deploy, run make deploy
.
Source code is released under LGPL-3.0.
Text, images and other non-source code content are released under CC BY 4.0.