diff options
author | Vincent Ambo <tazjin@google.com> | 2020-02-10T00·29+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-02-10T00·29+0000 |
commit | 9f75c91adc215c812379be997ad50c48b2bc313d (patch) | |
tree | 5e26d280a96278723eee23f258e11d1cba4a3746 /web/blog/posts.nix | |
parent | b56b3db2f4aa008e8df6205451a89046bec81226 (diff) |
feat(web/blog): Add draft blog post on Emacs r/524
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.
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; |