aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-07-20 03:01:24 -0400
committerBobby <[email protected]>2023-07-20 03:01:24 -0400
commitec851805cabd46cacfc4169650f64fc4ac56487f (patch)
tree2994cc672ab20700cfb8a5f530dc38315e5a413f
parent5d633c6ac94d6f4e3ac97674e53f905b417a58d4 (diff)
downloadthatcomputerscientist-ec851805cabd46cacfc4169650f64fc4ac56487f.tar.xz
thatcomputerscientist-ec851805cabd46cacfc4169650f64fc4ac56487f.zip
Retiring `preview`: Fixed Readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b8ecd3a4..b77590f8 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,9 @@ Source Code for my Personal Website.
- ~~Visit [preview.thatcomputerscientist.com](https://preview.thatcomputerscientist.com) to see a instant live deployment of changes whenever I start changing something on my local machine. (_Availability of this server is not guaranteed as it is only active whenever I am working on the project_. Also, sometimes I keep the project loaded in my code editor, while being idle or doing something else – the link is viewable during this time as well.)~~
-- [preview.thatcomputerscientist.com](https://preview.thatcomputerscientist.com) is no longer available. The shell script [`runserver.sh`](runserver.sh) can be used to start a local server that presents two domain options:
+- `preview.thatcomputerscientist.com` is no longer available. The shell script [`runserver.sh`](runserver.sh) can be used to start a local server that presents two domain options:
- `[*].peek.shi.foo`
- - `[*].thatcomputerscientist.com`
+ - `[*].peek.thatcomputerscientist.com`
Both these domains point to `127.0.0.1` and its a matter of preference which one to choose. The script also automatically generates SSL certificates for both domains and starts the server with HTTPS enabled. A complete, example command chain now looks like:
```bash