Commit graph

6 commits

Author SHA1 Message Date
22c1cb29dd Normalize Cambria's font size, it's kinda small! 2024-09-25 20:50:44 -07:00
02203c187f Add footer with RSS link 2024-09-20 14:39:13 -07:00
ecad5ffd95 Add banner images to posts
For the webp variants, I decided to use lossless for the NeoPass one,
because anything lossy just looked really obviously crunchy. But for
the State of DTI one, I first ran this shopkeeper image through
waifu2x, then gave it a lossy webp conversion, cuz I thought it
compressed honestly pretty darn well.

```
convert neopass.png -define webp:lossless=true neopass.webp
convert state-of-dti-2024.png -quality 70 state-of-dti-2024.webp
```
2024-09-20 14:25:41 -07:00
5458fc8e8d Replace the Noto fonts with good-enough font stacks
They're heavy and take time to load! It's more noticeable on such a
text-heavy page as this, too.

I might make a similar change on DTI… I had used these fonts here for
visual consistency, but tbh I'm not sure these fonts are notably better
than the system fonts anyway! And our brand identity isn't hinged on
them. (Whereas I *did* keep the Delicious fonts, because the files are
notably smaller, and they *are* more part of our visual identity, I
think.)
2024-09-12 00:24:03 -07:00
ebd1b5319c Add date to posts list on homepage 2024-09-11 20:37:18 -07:00
e83de82992 first commit: basic site and first post! 2024-09-11 17:15:59 -07:00