diff options
-rwxr-xr-x | generate.sh | 3 | ||||
-rw-r--r-- | website.7 | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/generate.sh b/generate.sh index a8198ff..5b49d18 100755 --- a/generate.sh +++ b/generate.sh @@ -2,9 +2,6 @@ echo "Generate html" mandoc -T html -O style=./style.css website.7 > website.7.html -echo "Changing Mastodon hyperlink style" -sed 's|<p class="Pp">- <a class="Lk" href="https://tech.lgbt/@axtlos">Mastodon</a></p>|<p class="Pp">- <i class="Em">Mastodon:</i> <a class="Lk" rel="me" href="https://tech.lgbt/@axtlos">https://tech.lgbt/@axtlos</a></p>|g' website.7.html > website.7.html.tmp -mv website.7.html.tmp website.7.html echo "Adding Gifs" sed 's|</body>|<img src="https://cyber.dabamos.de/88x31/delete-twitter.gif" alt="delete twitter, make a neocities!"/>\n<img src="https://cyber.dabamos.de/88x31/antinazi.gif" alt="No nazis! No fascists! No racism!"/>\n<img src="https://cyber.dabamos.de/88x31/rainbow_bev.gif" alt="Pride flag"/>\n</body>|g' website.7.html > website.7.html.tmp mv website.7.html.tmp website.7.html @@ -16,7 +16,7 @@ is a programmer mainly using python, rust and awk. Very interested in *nix opera can be contacted via: - -.Lk https://tech.lgbt/@axtlos Mastodon +.Lk https://snowdin.town/axtlos Fedi - .Em Matrix: @@ -57,4 +57,4 @@ A libadwaita first setup helper More random Projects can be found on .Lk https://codeberg.org/axtlos Codeberg and -.Lk https://github.com/axtloss Github +.Lk https://github.com/axtloss GitHub |