about summary refs log tree commit diff
path: root/web/homepage/entries.nix
diff options
context:
space:
mode:
Diffstat (limited to 'web/homepage/entries.nix')
-rw-r--r--web/homepage/entries.nix24
1 files changed, 23 insertions, 1 deletions
diff --git a/web/homepage/entries.nix b/web/homepage/entries.nix
index fe51488c70..51db3d0ce2 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)";
+  }
+]