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.
This commit is contained in:
Vincent Ambo 2020-02-10 00:29:51 +00:00
parent b56b3db2f4
commit 9f75c91adc
2 changed files with 223 additions and 0 deletions

View file

@ -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";