From 9a8b1919565cf4fdc7b8bebf6746bc987ad53845 Mon Sep 17 00:00:00 2001 From: axtlos Date: Sun, 15 Jan 2023 13:00:16 +0100 Subject: Make generate script portable and add xmpp --- generate.sh | 6 ++++-- website.7 | 6 +++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/generate.sh b/generate.sh index 08d9916..5a023d1 100755 --- a/generate.sh +++ b/generate.sh @@ -3,7 +3,9 @@ echo "Generate html" mandoc -T html -O style=./style.css website.7 > website.7.html echo "Changing Mastodon hyperlink style" -sed -i 's|

- Mastodon

|

- Mastodon: https://tech.lgbt/@axtlos

|g' website.7.html +sed 's|

- Mastodon

|

- Mastodon: https://tech.lgbt/@axtlos

|g' website.7.html > website.7.html.tmp +mv website.7.html.tmp website.7.html echo "Adding Gifs" -sed -i 's||delete twitter, make a neocities!\nNo nazis! No fascists! No racism!\nPride flag\n|g' website.7.html +sed 's||delete twitter, make a neocities!\nNo nazis! No fascists! No racism!\nPride flag\n|g' website.7.html > website.7.html.tmp +mv website.7.html.tmp website.7.html echo "Succesfully generated website" diff --git a/website.7 b/website.7 index 681970f..2fc31d1 100644 --- a/website.7 +++ b/website.7 @@ -22,9 +22,13 @@ can be contacted via: .Em Matrix: @xenia:the-apothecary.club +- +.Em XMPP: +axtlos@getcryst.al + - .Em E-Mail: -axtlos [at] tar [dot] black +axtlos@tar.black & axtlos@getcryst.al .Sh Projects .Nm -- cgit v1.2.3