This repository contains the complete source of my blog hosted at https://mmapped.blog/.
You’ll need Make to build the website. Execute the following commands in the repository root:
make render DEST=siteThe site directory will contain the entire website contents that you can host statically.
The default build only installs the minimum OCaml toolchain needed to render and test the site. If you also want documentation tooling locally, run:
make dev-deps
This work is licensed under a Creative Commons Attribution 4.0 International License.
