From 5da56a1b94097c837798944e0c223aa9fbff6a33 Mon Sep 17 00:00:00 2001 From: Catherine Date: Sun, 16 Nov 2025 02:06:19 +0000 Subject: [PATCH] Link to `git-pages-cli` in README. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dd52f6..01d2464 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ $ PAGES_INSECURE=1 go run . These commands starts an HTTP server on `0.0.0.0:3000` and use the `data` directory for persistence. **Authentication is disabled via `PAGES_INSECURE=1`** to avoid the need to set up a DNS server as well; never enable `PAGES_INSECURE=1` in production. -To publish a site, run the following commands: +To publish a site, run the following commands (consider also using the [git-pages-cli] tool): ```console $ curl http://localhost:3000/ -X PUT --data https://codeberg.org/git-pages/git-pages.git @@ -32,6 +32,8 @@ b70644b523c4aaf4efd206a588087a1d406cb047 The `pages` branch of the repository is now available at http://localhost:3000/! +[git-pages-cli]: https://codeberg.org/git-pages/git-pages-cli + Deployment ----------