From 5ce9125cfb4d3534fca34e3113c3ae1fd95c86c3 Mon Sep 17 00:00:00 2001 From: Starfall Date: Wed, 14 Aug 2024 19:41:40 -0500 Subject: Remove Matrix keys since that hasn't been supported for awhile --- README.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 README.md (limited to 'README.md') 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 -``` -- cgit