about summary refs log tree commit diff
path: root/users/tazjin/blog/posts.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-10-06T22·50+0300
committertazjin <tazjin@tvl.su>2022-10-06T22·53+0000
commita7fdd45bf2176469a4a0c338053d4807e6f33795 (patch)
treebb37cb701f7d264e1291f73a8acb9b7d633db40f /users/tazjin/blog/posts.nix
parent96181f917a53fd2fcd81586ea129f2f94be0173e (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.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/users/tazjin/blog/posts.nix b/users/tazjin/blog/posts.nix
index eeba600286..f7f50d6f1a 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;
+  }
 ]