about summary refs log tree commit diff
path: root/web/blog/posts.nix
diff options
context:
space:
mode:
Diffstat (limited to 'web/blog/posts.nix')
-rw-r--r--web/blog/posts.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/blog/posts.nix b/web/blog/posts.nix
index 7d510b0611..d7949fa341 100644
--- a/web/blog/posts.nix
+++ b/web/blog/posts.nix
@@ -1,6 +1,13 @@
 # This file defines all the blog posts.
 [
   {
+    key = "emacs-is-underrated";
+    title = "Emacs is the most underrated tool";
+    date = 1581286656;
+    content = ./posts/emacs-is-underrated.md;
+    draft = true;
+  }
+  {
     key = "best-tools";
     title = "tazjin's best tools";
     date = 1576800001;