diff options
author | hitlerrip <git@hitler.rip> | 2025-08-05 18:15:12 +0200 |
---|---|---|
committer | hitlerrip <git@hitler.rip> | 2025-08-05 18:15:12 +0200 |
commit | c31e5c9e0e237567095b367e165ef4dcc068da6e (patch) | |
tree | 933aa24cf5bf3e7e2be71c84ae5f4c1d56a6960e /README.md | |
parent | 82beff57670795171ab994c4c63ed861bc1fb3af (diff) | |
download | website-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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |