feat(web/blog): Check in blog posts that I want to keep
This commit is contained in:
parent
15b871806b
commit
cc2c130352
6 changed files with 564 additions and 0 deletions
38
web/blog/posts.nix
Normal file
38
web/blog/posts.nix
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
# This file defines all the blog posts.
|
||||
[
|
||||
{
|
||||
key = "reversing-watchguard-vpn";
|
||||
title = "Reverse-engineering WatchGuard Mobile VPN";
|
||||
date = "2017-02-11";
|
||||
content = ./posts/reversing-watchguard-vpn.md;
|
||||
oldKey = "1486830338";
|
||||
}
|
||||
{
|
||||
key = "make-object-t-again";
|
||||
title = "Make Object <T> Again!";
|
||||
date = "2016-10-18";
|
||||
content = ./posts/make-object-t-again.md;
|
||||
oldKey = "1476807384";
|
||||
}
|
||||
{
|
||||
key = "the-smu-problem";
|
||||
title = "The SMU-problem of messaging apps";
|
||||
date = "2015-12-17";
|
||||
content =./posts/the-smu-problem.md;
|
||||
oldKey = "1450354078";
|
||||
}
|
||||
{
|
||||
key = "sick-in-sweden";
|
||||
title = "Being sick in Sweden";
|
||||
date = "2015-02-15";
|
||||
content = ./posts/sick-in-sweden.md;
|
||||
oldKey = "1423995834";
|
||||
}
|
||||
{
|
||||
key = "nsa-zettabytes";
|
||||
title = "The NSA's 5 zettabytes of data";
|
||||
date = "2013-07-31";
|
||||
content = ./posts/nsa-zettabytes.md;
|
||||
oldKey = "1375310627";
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue