diff options
author | axtlos <axtlos@getcryst.al> | 2023-12-04 21:58:45 +0100 |
---|---|---|
committer | axtlos <axtlos@getcryst.al> | 2023-12-04 21:58:45 +0100 |
commit | 7a3a328d658009d8e2bc174875b57259b7f7c27f (patch) | |
tree | 89a216aa5bc57f49b1b4c7727d76492f64415d4b /generate.sh | |
parent | 0873a9c8d8c2ba811871032992c3c051070f2d80 (diff) | |
download | website-7a3a328d658009d8e2bc174875b57259b7f7c27f.tar.gz website-7a3a328d658009d8e2bc174875b57259b7f7c27f.tar.bz2 |
add gifs
Diffstat (limited to '')
-rwxr-xr-x | generate.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generate.sh b/generate.sh index 525d839..8f90c7f 100755 --- a/generate.sh +++ b/generate.sh @@ -10,7 +10,7 @@ echo "Change fedi hyperlink style" sed 's|<p class="Pp">- <a class="Lk" href="https://akko.wtf/xenia">Fedi</a></p>|<p class="Pp">- <i class="Em">Fedi:</i> <a class="Lk" rel="me" href="https://akko.wtf/axtlos">https://akko.wtf/axtlos</a></p>|g' axtlos.7.html > axtlos.7.html.tmp mv axtlos.7.html.tmp axtlos.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</body>|g' axtlos.7.html > axtlos.7.html.tmp +sed 's|</body>|<img src="./buttons/xen.gif" alt="amy, xenia, solar"/><img src="./buttons/delete-twitter.gif" alt="delete twitter, make a neocities!"/>\n<img src="./buttons/antinazi.gif" alt="No nazis! No fascists! No racism!"/>\n<img src="./buttons/deltarune.png" alt="kris what the fuck are we doing here"/>\n<img src="./buttons/emacs3.gif" alt="made with emacs"\>\n<img src="./buttons/ltg.gif" alt="ltg"\><img src="./buttons/nft.gif" alt="nft? more like no fucking thanks!"\><img src="./buttons/sameshit.gif" alt="chrome and edge, same shit, different asshole"\>\n</body>|g' axtlos.7.html > axtlos.7.html.tmp mv axtlos.7.html.tmp axtlos.7.html echo "Replace date with license" sed '/<td class="foot-date">/c\ <td class="foot-date">CC BY-SA 4.0</td>' axtlos.7.html > axtlos.7.html.tmp |