tools for building gleam projects with nix

docs: link documentation website

foxgirl.engineering ef752c13 c10af2e7

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