From 7fd7a4465b4357654af51bf7914e438932141f31 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 13 Sep 2022 15:14:37 +0300 Subject: feat(web/blog): add ability to specify post author Anyone is free to pen a post for tvl.fyi if they want, so being able to attribute the author might be useful. This wasn't originally a feature because I wrote //web/blog only for tazj.in initially. Change-Id: Ibc50b53f92113a82a53ce40bb5defa18e926cc10 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6560 Tested-by: BuildkiteCI Reviewed-by: sterni Reviewed-by: grfn --- web/tvl/blog/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/tvl/blog') diff --git a/web/tvl/blog/default.nix b/web/tvl/blog/default.nix index ca381935c6..59b405725b 100644 --- a/web/tvl/blog/default.nix +++ b/web/tvl/blog/default.nix @@ -13,6 +13,7 @@ title = "Tvix: We are rewriting Nix"; date = 1638381387; content = ./rewriting-nix.md; + author = "tazjin"; } { @@ -20,6 +21,7 @@ title = "Tvix Status - September '22"; date = 1662995534; content = ./tvix-status-202209.md; + author = "tazjin"; draft = true; } ]; -- cgit 1.4.1