We're setting this up as an astro+bun project, and we're using a flake to let us install bun with direnv. We also added .gitmodules to pull in our wiki content
3 lines
96 B
Text
3 lines
96 B
Text
[submodule "src/content/wiki"]
|
|
path = src/content/wiki
|
|
url = https://github.com/auxolotl/wiki
|