From 9f75c91adc215c812379be997ad50c48b2bc313d Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 10 Feb 2020 00:29:51 +0000 Subject: feat(web/blog): Add draft blog post on Emacs This post is a draft, i.e. not linked from the index. It's not a secret, but if you do find it through this commit before its publication please don't share it too widely yet. --- web/blog/posts.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'web/blog/posts.nix') 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,5 +1,12 @@ # 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"; -- cgit 1.4.1