diff options
author | Vincent Ambo <mail@tazj.in> | 2023-06-15T23·18+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-06-15T23·26+0000 |
commit | d8d0b178234fc6ca2903af00d0c78d5931e27e3f (patch) | |
tree | 8120066331508c3d27fdcba5f21a329311ada8f2 /users/tazjin/blog | |
parent | 0b2f5510ed1cf4892fee94de2692bd493ec16fb7 (diff) |
refactor(tazjin/homepage): long overdue entry list rework r/6322
The entry list is now much more condensed. It's maybe a little *too* condensed, but already closer to what I'm looking for. Note: A new "note" post type has snuck in and can now be used for random musings or comments on previous entries. Notes do not show up in the Atom feed. Change-Id: I920c0c7650937474b8a5f30cba78416554d523ce Reviewed-on: https://cl.tvl.fyi/c/depot/+/8806 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/blog')
-rw-r--r-- | users/tazjin/blog/posts.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/blog/posts.nix b/users/tazjin/blog/posts.nix index f7f50d6f1a18..60ce82f6204f 100644 --- a/users/tazjin/blog/posts.nix +++ b/users/tazjin/blog/posts.nix @@ -46,6 +46,7 @@ date = 1423995834; content = ./posts/sick-in-sweden.md; oldKey = "1423995834"; + listed = false; } { key = "nsa-zettabytes"; |