about summary refs log tree commit diff
path: root/web/homepage/entries.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2020-06-26T19·25+0100
committertazjin <mail@tazj.in>2020-06-26T19·33+0000
commita2cbbedc65c9200fd3c2a6a698366ac431cc153d (patch)
treead3ef740c5f1fb155cc7f2d7eb5be50bc14017db /web/homepage/entries.nix
parenta46ffd85f50e75c3bcb3cac52eade6b35f4c0300 (diff)
chore(tazjin): Move //web/blog & //web/homepage to my userdir r/1087
Change-Id: I96a2620ffb1d9e98a1d8ce7d97f2c4f58c2dbfd3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/603
Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'web/homepage/entries.nix')
-rw-r--r--web/homepage/entries.nix64
1 files changed, 0 insertions, 64 deletions
diff --git a/web/homepage/entries.nix b/web/homepage/entries.nix
deleted file mode 100644
index 92749368f4..0000000000
--- a/web/homepage/entries.nix
+++ /dev/null
@@ -1,64 +0,0 @@
-[
-  {
-    class = "misc";
-    title = "The Virus Lounge";
-    url = "https://tvl.fyi";
-    date = 1587435629;
-    description = "A daily social video call in these trying pandemic times. Join us!";
-  }
-  {
-    class = "project";
-    title = "depot";
-    url = "https://code.tvl.fyi/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;
-    description = "A Nix-backed container registry that builds container images on demand";
-  }
-  {
-    class = "project";
-    title = "kontemplate";
-    url = "https://code.tvl.fyi/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)";
-  }
-  {
-    class = "project";
-    title = "journaldriver";
-    url = "https://code.tvl.fyi/about/ops/journaldriver";
-    date = 1527375600;
-    description = "Small daemon to forward logs from journald to Stackdriver Logging";
-  }
-  {
-    class = "misc";
-    title = "Principia Discordia";
-    url = "https://principiadiscordia.com/book/1.php";
-    date = 1495494000;
-    description = ''
-      The Principia is a short book I read as a child, and didn't
-      understand until much later. It shaped much of my world view.
-    '';
-  }
-  {
-    class = "misc";
-    title = "This Week in Virology";
-    url = "http://www.microbe.tv/twiv/";
-    date = 1585517557;
-    description = ''
-      Podcast with high-quality information about virology,
-      epidemiology and so on. Highly relevant to COVID19.
-    '';
-  }
-]