diff options
author | Vincent Ambo <mail@tazj.in> | 2022-10-06T22·50+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-10-06T22·53+0000 |
commit | a7fdd45bf2176469a4a0c338053d4807e6f33795 (patch) | |
tree | bb37cb701f7d264e1291f73a8acb9b7d633db40f /users/tazjin/blog/posts.nix | |
parent | 96181f917a53fd2fcd81586ea129f2f94be0173e (diff) |
feat(tazjin/blog): add some thoughts r/5044
Change-Id: If161fd8b6c96d66aa63cfb22f8a8bb26d71c5caf Reviewed-on: https://cl.tvl.fyi/c/depot/+/6885 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/blog/posts.nix')
-rw-r--r-- | users/tazjin/blog/posts.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/users/tazjin/blog/posts.nix b/users/tazjin/blog/posts.nix index eeba600286db..f7f50d6f1a18 100644 --- a/users/tazjin/blog/posts.nix +++ b/users/tazjin/blog/posts.nix @@ -54,4 +54,11 @@ content = ./posts/nsa-zettabytes.md; oldKey = "1375310627"; } + { + key = "thoughts"; + title = "Some thoughts"; + date = 1665095948; + content = ./posts/thoughts.md; + listed = false; + } ] |