diff options
-rw-r--r-- | web/blog/posts.nix | 6 | ||||
-rw-r--r-- | web/blog/posts/best-tools.md (renamed from fun/best-tools/README.md) | 5 |
2 files changed, 7 insertions, 4 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; diff --git a/fun/best-tools/README.md b/web/blog/posts/best-tools.md index e17052467a6a..d91ad89b07ec 100644 --- a/fun/best-tools/README.md +++ b/web/blog/posts/best-tools.md @@ -1,8 +1,5 @@ -tazjin's best tools -=================== - In the spirit of various other "Which X do you use?"-pages I thought it would be -fun to have a little document here that describes which tools I've found to work +fun to have a little post here that describes which tools I've found to work well for myself. When I say "tools" here, it's not about software - it's about real, physical |