diff options
author | Vincent Ambo <tazjin@google.com> | 2020-02-09T00·31+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-02-09T00·31+0000 |
commit | 9d9e0889435a5dba5960d4da0b7d33fbe9bc721d (patch) | |
tree | 904e1e5b5d9c80800124dc0dc2e9a0a6a66186ee /web/homepage | |
parent | 4b5ca24f81a52eb46edbca33c0172f52626ce06f (diff) |
feat(web/homepage): Add entries for the depot itself & journaldriver r/496
Diffstat (limited to 'web/homepage')
-rw-r--r-- | web/homepage/entries.nix | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/web/homepage/entries.nix b/web/homepage/entries.nix index 51db3d0ce22e..b951a7424bf1 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"; + } ] |