summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraxtlos <axtlos@getcryst.al>2023-12-04 22:08:06 +0100
committeraxtlos <axtlos@getcryst.al>2023-12-04 22:08:06 +0100
commit57e067548b5373735e7663323a8f968e78ba55f8 (patch)
tree0898df2c8726d909d2eeded4c9c07076961848f8
parent7a3a328d658009d8e2bc174875b57259b7f7c27f (diff)
downloadwebsite-57e067548b5373735e7663323a8f968e78ba55f8.tar.gz
website-57e067548b5373735e7663323a8f968e78ba55f8.tar.bz2
add favicon
-rw-r--r--favicon.gifbin0 -> 1822809 bytes
-rwxr-xr-xgenerate.sh4
2 files changed, 2 insertions, 2 deletions
diff --git a/favicon.gif b/favicon.gif
new file mode 100644
index 0000000..b2ca4e4
--- /dev/null
+++ b/favicon.gif
Binary files differ
diff --git a/generate.sh b/generate.sh
index 8f90c7f..0e8a8a4 100755
--- a/generate.sh
+++ b/generate.sh
@@ -3,8 +3,8 @@ set -e
echo "Generate axtlos(7)"
mandoc -T html -O style=./style.css axtlos.7 > axtlos.7.html
-echo "Change OS"
-sed 's|Linux 6.2.6-arch1-1|FreeBSD 13.1-RELEASE-p6|g' axtlos.7.html > axtlos.7.html.tmp
+echo "Add favicon"
+sed 's|media="all"/>|media="all"/>\n<link rel="icon" type="image/x-icon" href="./favicon.gif"/>|' axtlos.7.html > axtlos.7.html.tmp
mv axtlos.7.html.tmp axtlos.7.html
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