From 22691436ca9c820c9552fd82991d43e3529c9bb7 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Tue, 17 Jun 2025 19:48:58 -0400 Subject: [PATCH] docs: add hosting options --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 6fe7f53..334f278 100644 --- a/README.md +++ b/README.md @@ -75,4 +75,20 @@ Additional documentation is available in the `src/` directory; see [src/README.m 1. Edit `src/index-master.html` or `src/nostr-master.html` if you need custom content. 2. Run `./src/create_flyer.sh` and follow the prompts, or use `./src/create_flyer.sh --from-pdf path/to/form.pdf`. 3. Host the generated `host/` directory. + +## Hosting Options +The folder under `host/` contains all of the files needed to serve +the flyer as a static website. A few easy ways to make it publicly accessible +include: + +- **GitHub Pages** – Create a new repository or use GitHub Pages from this one + and push the contents of `host/` to a branch called `gh-pages`. +- **Netlify** – Drag and drop the folder onto Netlify or connect it to a Git + repository. Netlify will automatically deploy the static files and provide a + public URL. +- **OnionShare** – For a privacy‑focused option, you can host the folder from + an old laptop running [OnionShare](https://onionshare.org). OnionShare shares + the files over Tor, allowing others to access them using the provided onion + address. + This project is licensed under the [MIT License](./LICENSE).