diff options
-rw-r--r-- | README.md | 9 | ||||
-rw-r--r-- | _includes/base.njk | 2 | ||||
-rw-r--r-- | _includes/blogpost.njk | 2 | ||||
-rw-r--r-- | src/index.html | 10 |
4 files changed, 2 insertions, 21 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 -``` 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" <footer> <section> - <p>This site is 100% <a href=https://git.starfall.systems/infra/web>source-available</a>. © 2020-2023 Starfall. See <a href=https://git.starfall.systems/infra/web/tree/COPYING.md rel=license>COPYING.md</a>. + <p>This site is 100% <a href=https://git.starfall.systems/infra/web>source-available</a>. © 2020-2024 Starfall. See <a href=https://git.starfall.systems/infra/web/tree/COPYING.md rel=license>COPYING.md</a>. </section> <div style=text-align:center>∨/∧</div> </footer> 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" <footer> <section> - <p>This site is 100% <a href=https://git.starfall.systems/infra/web>source-available</a>. © 2020-2023 Starfall. See <a href=https://git.starfall.systems/infra/web/tree/COPYING.md rel=license>COPYING.md</a>. + <p>This site is 100% <a href=https://git.starfall.systems/infra/web>source-available</a>. © 2020-2024 Starfall. See <a href=https://git.starfall.systems/infra/web/tree/COPYING.md rel=license>COPYING.md</a>. </section> <div style=text-align:center>⋁/⋀</div> </footer> 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 <li>Matrix: <a href=https://matrix.to/#/@starfall:nora.codes rel=me>@starfall:nora.codes</a> <li>Email: <a href=mailto:us@starfall.systems rel=me>us@starfall.systems</a> (<a href=/files/starfall.gpg>PGP Public Key</a> [gpg, 1.7 KiB]) </ul> - <details><summary>Matrix Session Keys</summary> - <table> - <tr><th>Name <th>ID <th>Key - <tr><td>Regulus <td>HRWASXBNFQ <td>h3Ke 7bG8 dVvP cEpp Vdxf re1q 6FnE 8hNz 3KQQ Clh1 A/0 - <tr><td>Heze <td>NHOLXPXSBB <td>CWOS ebp0 nO6q qw3z 0tyB QHUw GdXI D5yu WZES sRev qWo - <tr><td>Dziban <td>TXRARMDTBV - </table> - <p>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. - <p>Other clients may have a different process, can't help you there. - </details> </section> |