about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--content/posts/2023-09-02-site-update.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/content/posts/2023-09-02-site-update.md b/content/posts/2023-09-02-site-update.md
new file mode 100644
index 0000000..ac387fc
--- /dev/null
+++ b/content/posts/2023-09-02-site-update.md
@@ -0,0 +1,26 @@
+---
+title: "Site update"
+date: 2023-09-02
+lang: en
+categories: [ blog ]
+tags: [site, blog, announcement]
+translationKey: "2023-09-02-site-update"
+---
+
+As you might have noticed, I have a few updates to the site.
+
+- Appearance: I'm switching the site to using an experiment "victor" theme,
+    which I base on readable.css
+- Links: I set default language (English) to be at a language prefix, which
+    breaks the links. I'm fixing this soon™ (or not)
+- No social links at the bottom.  This is partly because of the theming, but
+    also because I find it breaking on different screen sizes and fonts, so
+    they're now moved to the contact page.  Links are retained in `<head>` for
+    fedi verification to work.
+- Tags and categories are currently hidden, also because of the theming
+
+A big TODO is that when I was making this theme, I was abusing
+`categories` for site layout, when the more appropriate `layout` field is
+there, so I need to update the theme.
+
+Please report to me if any other breakage is in place.