From 1673fe95c8e0187844b3607e02e37963cb79dba2 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 28 Jan 2022 01:11:35 +0300 Subject: feat(tazjin/homepage): Feed entries for Tvix, ShipIt! and @tazlog Change-Id: I8de9427d92ed45760130ff8e929e2f2749eb1345 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5081 Reviewed-by: tazjin Autosubmit: tazjin Tested-by: BuildkiteCI --- users/tazjin/homepage/entries.nix | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/users/tazjin/homepage/entries.nix b/users/tazjin/homepage/entries.nix index 1e2b0b03df..9e43516e53 100644 --- a/users/tazjin/homepage/entries.nix +++ b/users/tazjin/homepage/entries.nix @@ -1,4 +1,33 @@ [ + { + class = "misc"; + title = "@tazlog on Telegram"; + url = "https://t.me/tazlog"; + date = 1643321164; + description = '' + My new channel on Telegram, for occasional updates smaller (and + more frequent) than what ends up being posted here. + ''; + } + { + class = "project"; + title = "Ship It! #37"; + url = "https://changelog.com/shipit/37"; + date = 1641819600; + description = '' + Episode #37 of Ship It!, a podcast about systems, featuring me. + We talk about TVL, Nix, monorepos and related things. + ''; + } + { + class = "project"; + title = "Tvix"; + url = "https://tvl.fyi/blog/rewriting-nix"; + date = 1638381387; + description = '' + TVL is rewriting Nix with funding from NLNet. + ''; + } { class = "misc"; title = "Interview with Joscha Bach"; @@ -14,7 +43,7 @@ title = "The Virus Lounge"; url = "https://tvl.fyi"; date = 1587435629; - description = "A daily social video call in these trying pandemic times. Join us!"; + description = "A community around Nix, monorepos, build tooling and the like!"; } { class = "project"; -- cgit 1.4.1