# gradient ascent This repository hosts the source code for my blog, powered by [hakyll](https://jaspervdj.be/hakyll/). To build locally, install `nix` and enable flakes. ```sh nix build nix run . watch ```