about summary refs log tree commit diff
path: root/users/tazjin/blog/posts.nix
diff options
context:
space:
mode:
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;
+  }
 ]