about summary refs log tree commit diff
path: root/web/blog/posts.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-02-09T00·31+0000
committerVincent Ambo <tazjin@google.com>2020-02-09T00·31+0000
commit4b5ca24f81a52eb46edbca33c0172f52626ce06f (patch)
tree9b33c16746b2228fd8934641437bb5e87181a653 /web/blog/posts.nix
parent0fd762e2d020cb78d283235518a06b3d556ad985 (diff)
feat(web/blog): Move 'best-tools' doc into a real blog post r/495
Diffstat (limited to 'web/blog/posts.nix')
-rw-r--r--web/blog/posts.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/blog/posts.nix b/web/blog/posts.nix
index 164ffa142d..7d510b0611 100644
--- a/web/blog/posts.nix
+++ b/web/blog/posts.nix
@@ -1,6 +1,12 @@
 # This file defines all the blog posts.
 [
   {
+    key = "best-tools";
+    title = "tazjin's best tools";
+    date = 1576800001;
+    content = ./posts/best-tools.md;
+  }
+  {
     key = "reversing-watchguard-vpn";
     title = "Reverse-engineering WatchGuard Mobile VPN";
     date = 1486830338;