blog/.gitmodules
Matthew Binning ed22dbb4b8
All checks were successful
CI / build (push) Successful in 5s
feat!: Separate www into www/blog and www/private
Now the private content is stored as a git submodule.
This means I can keep that repo's source private, but still use it in
the build product.
The build product (website) relies on HTTP basic authentication, so
access control is maintained throughout the SDLC.
2026-04-04 11:48:33 -07:00

3 lines
104 B
Text

[submodule "src/private"]
path = src/private
url = ssh://forgejo@ssh.binning.net:2222/www/private.git