diff options
author | Vincent Ambo <tazjin@google.com> | 2020-02-09T00·12+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-02-09T00·12+0000 |
commit | 69b6ff26c340305ba5abf13ef294e1533388cf09 (patch) | |
tree | 82090c8dba248f01849a5ac9d2e7488dab6b7821 /web | |
parent | 949c75e1bde5329b084c2e5e5a5688f548fa6147 (diff) |
feat(web/homepage): Add entries for nixery, kontemplate, dottime r/493
Diffstat (limited to 'web')
-rw-r--r-- | web/homepage/entries.nix | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/web/homepage/entries.nix b/web/homepage/entries.nix index fe51488c7066..51db3d0ce22e 100644 --- a/web/homepage/entries.nix +++ b/web/homepage/entries.nix @@ -1 +1,23 @@ -[] +[ + { + class = "project"; + title = "Nixery"; + url = "https://github.com/google/nixery"; + date = 1565132400; + description = "A Nix-backed container registry that builds container images on demand"; + } + { + class = "project"; + title = "kontemplate"; + url = "https://git.tazj.in/about/ops/kontemplate"; + date = 1486550940; + description = "Simple file templating tool built for Kubernetes resources"; + } + { + class = "misc"; + title = "dottime"; + url = "https://dotti.me/"; + date = 1560898800; + description = "A universal convention for conveying time (by edef <3)"; + } +] |