web

A collection of scripts used to generate this website
git clone https://erai.gay/code/web/
Log | Files | Refs | LICENSE

commit 76a98a299aa74039d2f155c26c8cc733f22a1e4f
parent 3b3ef08b61587a8e2a1c27b77bc59fa9bef957a5
Author: erai <erai@omiltem.net>
Date:   Mon,  9 Sep 2024 14:42:59 -0400

Update about

Diffstat:
Mabout/index.html | 2--
Mdeploy.sh | 2+-
Mrender.sh | 2+-
3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/about/index.html b/about/index.html @@ -3,7 +3,6 @@ description="Hello, I'm erai and this is my website!" <head> <link rel="me" href="https://furry.engineer/@erai"> -<link rel="me" href="https://bsky.app/profile/erai.gay"> <link rel="me" href="https://github.com/erai271"> <link rel="me" href="https://twitter.com/erai271"> <link rel="me" href="https://t.me/erai271"> @@ -14,7 +13,6 @@ description="Hello, I'm erai and this is my website!" <ul> <li><p><a href="mailto:erai+blog@omiltem.net">email (erai+blog@omiltem.net)</a></p></li> <li><p><a href="https://github.com/erai271">github (erai271)</a></p></li> - <li><p><a href="https://bsky.app/profile/erai.gay">bluesky (@erai.gay)</a></p></li> <li><p><a href="https://furry.engineer/@erai">mastodon (@erai@furry.engineer)</a></p></li> <li><p><a href="https://t.me/erai271">telegram (@erai271)</a></p></li> </ul> diff --git a/deploy.sh b/deploy.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -uex +set -ue if [ $# -ne 1 ]; then echo "Usage: ./deploy.sh <host>" exit 1 diff --git a/render.sh b/render.sh @@ -48,7 +48,7 @@ $(sed -ne '/<head>/,/<\/head>/p' "$1" | sed -e '1d;$d') <nav> <ul class="links"> <li><a href="/">HOME</a></li> - <li><a href="https://git.sr.ht/~erai">CODE</a></li> + <li><a href="https://github.com/erai271">CODE</a></li> <li><a href="/about/">ABOUT</a></li> </ul> </nav>