feat(web/blog): Move 'best-tools' doc into a real blog post
This commit is contained in:
parent
0fd762e2d0
commit
4b5ca24f81
2 changed files with 7 additions and 4 deletions
|
@ -1,5 +1,11 @@
|
||||||
# This file defines all the blog posts.
|
# 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";
|
key = "reversing-watchguard-vpn";
|
||||||
title = "Reverse-engineering WatchGuard Mobile VPN";
|
title = "Reverse-engineering WatchGuard Mobile VPN";
|
||||||
|
|
|
@ -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
|
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.
|
well for myself.
|
||||||
|
|
||||||
When I say "tools" here, it's not about software - it's about real, physical
|
When I say "tools" here, it's not about software - it's about real, physical
|
Loading…
Reference in a new issue