feat(web/blog): Add Nixery layering design as a blog post

Marked as a draft until I've verified that this looks good.
This commit is contained in:
Vincent Ambo 2020-04-25 14:30:27 +01:00
parent 47cbac7513
commit 38bc8cb4cc
6 changed files with 279 additions and 0 deletions

View file

@ -13,6 +13,13 @@
date = 1576800001;
content = ./posts/best-tools.md;
}
{
key = "nixery-layers";
title = "Nixery: Improved Layering Design";
date = 1565391600;
content = ./posts/nixery-layers.md;
draft = true;
}
{
key = "reversing-watchguard-vpn";
title = "Reverse-engineering WatchGuard Mobile VPN";