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