summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2024-08-14 19:41:40 -0500
committerStarfall <us@starfall.systems>2024-08-14 19:41:40 -0500
commit5ce9125cfb4d3534fca34e3113c3ae1fd95c86c3 (patch)
tree899bfdc3ff3fbf3e85b7cf0f5a9267a780a3eb5f /README.md
parent5c2c6d60c949b6912c42230d594b0ab20b210ac5 (diff)
Remove Matrix keys since that hasn't been supported for awhile
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 6328103..0000000
--- a/README.md
+++ /dev/null
@@ -1,9 +0,0 @@
-Updating the site:
-
-```
-npx @11ty/eleventy
-mkdir -p /srv/www.starfall.systems
-cp -r _site /srv/www.starfall.systems
-install www.starfall.systems /etc/nginx/sites-available/www.starfall.systems
-nginx -s reload
-```