diff options
-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)"; + } +] |