tools for building gleam projects with nix

docs: link documentation website

foxgirl.engineering ef752c13 c10af2e7

verified
+4
+2
README.md
··· 11 11 12 12 tools for building [gleam](https://gleam.run) projects with [nix](https://nixos.org). 13 13 14 + see the [documentation website](https://gleam2nix.foxgirl.engineering/) for more info. 15 + 14 16 ## roadmap 15 17 16 18 - [x] build targeting the BEAM
+2
docs/astro.config.mjs
··· 10 10 11 11 // https://astro.build/config 12 12 export default defineConfig({ 13 + site: "https://gleam2nix.foxgirl.engineering", 14 + 13 15 integrations: [ 14 16 starlight({ 15 17 title: "gleam2nix",