blob: c181bbeae202ef9da70d23114083cc18cd4220a1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
+++
title = "Site update"
date = 2023-09-02
categories = [ "meta" ]
tags = ["site", "blog", "announcement"]
+++
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.
|