Commit graph

9 commits

Author SHA1 Message Date
b613b45394 Perf upgrades post! 2024-10-04 17:50:20 -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
202771a2a8 Migrate "NeoPass for DTI" post into here, from /about/neopass on DTI 2024-09-20 13:59:55 -07:00
629fff0363 "State of DTI: 2024" copy edits 2024-09-20 13:53:18 -07:00
032b1ce57d Change date for first post 2024-09-20 13:25:20 -07:00
1797c81976 Copy tweak to "State of DTI: 2024" 2024-09-12 00:22:19 -07:00
7fb5d340ec Add a custom excerpt to "State of DTI: 2024" 2024-09-11 17:32:53 -07:00
c7493e5643 Run Prettier on post, to fix line wrapping 2024-09-11 17:26:35 -07:00
e83de82992 first commit: basic site and first post! 2024-09-11 17:15:59 -07:00