diff options
Diffstat (limited to 'web/blog/posts.nix')
-rw-r--r-- | web/blog/posts.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/blog/posts.nix b/web/blog/posts.nix index 7d510b061190..d7949fa341c8 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; |