about summary refs log tree commit diff
path: root/web/blog/posts.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-02-08T13·34+0000
committerVincent Ambo <tazjin@google.com>2020-02-08T13·34+0000
commitcc2c130352eddb78c8b690320f0a765bb77b5bf6 (patch)
treea4f1a67b38eae06f6bedaee251409f484c8957c5 /web/blog/posts.nix
parent15b871806b5ceb0a1c6f563e02c1ef79ee761412 (diff)
feat(web/blog): Check in blog posts that I want to keep r/485
Diffstat (limited to '')
-rw-r--r--web/blog/posts.nix38
1 files changed, 38 insertions, 0 deletions
diff --git a/web/blog/posts.nix b/web/blog/posts.nix
new file mode 100644
index 0000000000..e6fb821f95
--- /dev/null
+++ b/web/blog/posts.nix
@@ -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";
+  }
+]