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 --------- _includes/base.njk | 2 +- _includes/blogpost.njk | 2 +- src/index.html | 10 ---------- 4 files changed, 2 insertions(+), 21 deletions(-) delete mode 100644 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 -``` diff --git a/_includes/base.njk b/_includes/base.njk index 9d489f1..302f5cd 100644 --- a/_includes/base.njk +++ b/_includes/base.njk @@ -35,7 +35,7 @@ title = "Starfall" diff --git a/_includes/blogpost.njk b/_includes/blogpost.njk index 75e2576..5797199 100644 --- a/_includes/blogpost.njk +++ b/_includes/blogpost.njk @@ -37,7 +37,7 @@ title = "Starfall" diff --git a/src/index.html b/src/index.html index 825dd0a..aeda8c2 100644 --- a/src/index.html +++ b/src/index.html @@ -23,14 +23,4 @@ order = -1
  • Matrix: @starfall:nora.codes
  • Email: us@starfall.systems (PGP Public Key [gpg, 1.7 KiB]) -
    Matrix Session Keys - -
    Name ID Key -
    Regulus HRWASXBNFQ h3Ke 7bG8 dVvP cEpp Vdxf re1q 6FnE 8hNz 3KQQ Clh1 A/0 -
    Heze NHOLXPXSBB CWOS ebp0 nO6q qw3z 0tyB QHUw GdXI D5yu WZES sRev qWo -
    Dziban TXRARMDTBV -
    -

    In Element, you can check that these keys match by opening our profile in a chat, clicking on the text that says "3 sessions", then clicking on each one and "Manually Verify by Text". Make sure all the information matches. -

    Other clients may have a different process, can't help you there. -

    -- cgit