summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-01-24 09:53:46 -0600
committerMatt Strapp <matt@mattstrapp.net>2024-01-24 10:01:45 -0600
commitdb99bc2f8cbb7eb9d8f8e860caa0d324b5fab348 (patch)
tree29dbae75b40bc86cbec757dc3db0dd1124a995dd
parentyeah (diff)
downloadwebsite-db99bc2f8cbb7eb9d8f8e860caa0d324b5fab348.tar
website-db99bc2f8cbb7eb9d8f8e860caa0d324b5fab348.tar.gz
website-db99bc2f8cbb7eb9d8f8e860caa0d324b5fab348.tar.bz2
website-db99bc2f8cbb7eb9d8f8e860caa0d324b5fab348.tar.lz
website-db99bc2f8cbb7eb9d8f8e860caa0d324b5fab348.tar.xz
website-db99bc2f8cbb7eb9d8f8e860caa0d324b5fab348.tar.zst
website-db99bc2f8cbb7eb9d8f8e860caa0d324b5fab348.zip
Nothing
-rw-r--r--content/about.md3
-rw-r--r--static/site.webmanifest16
2 files changed, 18 insertions, 1 deletions
diff --git a/content/about.md b/content/about.md
index 4dd121c..a34149a 100644
--- a/content/about.md
+++ b/content/about.md
@@ -10,7 +10,8 @@ This will exist eventually.
# Contact
-Email me matt AT mattstrapp.net.
+Email me matt AT mattstrapp.net. \
+Or, message me on Matrix [@me:mattstrapp.net](https://matrix.to/#/@me:mattstrapp.net)
Want to use PGP? Query your local DNS resolver for
diff --git a/static/site.webmanifest b/static/site.webmanifest
new file mode 100644
index 0000000..aaf30c2
--- /dev/null
+++ b/static/site.webmanifest
@@ -0,0 +1,16 @@
+{
+ "name": "DO NOT INSTALL ME",
+ "short_name": "DO NOT INSTALL ME",
+ "start_url": "/",
+ "display": "standalone",
+ "background_color": "#fff",
+ "theme_color": "#fff",
+ "icons": [
+ {
+ "src": "images/favicon-32x32.png",
+ "sizes": "32x32",
+ "type": "image/png",
+ "purpose": "any"
+ }
+ ]
+} \ No newline at end of file