aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhitlerrip <git@hitler.rip>2025-08-05 18:15:12 +0200
committerhitlerrip <git@hitler.rip>2025-08-05 18:15:12 +0200
commitc31e5c9e0e237567095b367e165ef4dcc068da6e (patch)
tree933aa24cf5bf3e7e2be71c84ae5f4c1d56a6960e /README.md
parent82beff57670795171ab994c4c63ed861bc1fb3af (diff)
downloadwebsite-c31e5c9e0e237567095b367e165ef4dcc068da6e.tar.gz
website-c31e5c9e0e237567095b367e165ef4dcc068da6e.tar.bz2
website-c31e5c9e0e237567095b367e165ef4dcc068da6e.zip
pub.sh
added an actual wrapper around the build script, which was my intention with `run.sh`
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8f7340a..090d474 100644
--- a/README.md
+++ b/README.md
@@ -18,10 +18,10 @@ This project includes a build script that builds the website.
./build.sh
```
-It also includes a wrapper around the build script that automatically configures my Debian/Nginx server, builds the website and publishes it.
+It also contains a wrapper around the build script that automatically publishes the website when the server is configured using `run.sh` (which yours probably isn't)
```sh
-./run.sh
+./pub.sh
```
Please note that you should place static content (such as images you link to) in `./dir/`. anything in `./dir/` will get copied without any modification to the `./web/` directory, which will be the root of your web page.