summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
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
-```