diff --git a/web/homepage/entries.nix b/web/homepage/entries.nix index 51db3d0ce..b951a7424 100644 --- a/web/homepage/entries.nix +++ b/web/homepage/entries.nix @@ -1,4 +1,11 @@ [ + { + 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"; @@ -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"; + } ]