My portfolio page.
https://group-mmm.org/~sotasato/
To build and launch a local server with port :8000,
$ make build
$ make serve
To deploy the public
directory,
$ git remote add deploy https://<yourrepourl>.git
$ make deploy
- pandoc >= 2.14
- python >= 3.7