about summary refs log tree commit diff
path: root/web/homepage/entries.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--web/homepage/entries.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/web/homepage/entries.nix b/web/homepage/entries.nix
index 51db3d0ce2..b951a7424b 100644
--- a/web/homepage/entries.nix
+++ b/web/homepage/entries.nix
@@ -1,6 +1,13 @@
 [
   {
     class = "project";
+    title = "depot";
+    url = "https://git.tazj.in/about";
+    date = 1576800000;
+    description = "Merging all of my projects into a single, Nix-based monorepo";
+  }
+  {
+    class = "project";
     title = "Nixery";
     url = "https://github.com/google/nixery";
     date = 1565132400;
@@ -20,4 +27,11 @@
     date = 1560898800;
     description = "A universal convention for conveying time (by edef <3)";
   }
+  {
+    class = "project";
+    title = "journaldriver";
+    url = "https://git.tazj.in/about/ops/journaldriver";
+    date = 1527375600;
+    description = "Small daemon to forward logs from journald to Stackdriver Logging";
+  }
 ]