commit aac70d1f0bd14b24281b4d18765c12f0c1af89c5 parent 971fb70ac185f3405167e04b80284382fd70cba6 Author: Willem Van Zwol <willem@vanzwol.com> Date: Wed, 3 Jun 2026 12:24:58 -0700 Updated push instructions in README Diffstat:
| M | README.md | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -11,3 +11,15 @@ and that generates the stagit in git/website/ via the writeShellApplication in ` the second command creates a bundle so others can clone the repo without SSH or anything like that enabled. There is a lot more that I want to do with this though, this is not finished. + +The website is currently hosted on neocities.org. +This means the most efficient way to push changes is with the neocities package: + +```bash +nix-shell -p neocities +neocities push . +``` +> [!NOTE] +> You will need to remove `git/` from the `.gitignore` file so neocities will +> push that content +> If you have logged in before, it will remember you.