docs(web/tvl): add draft for Tvix status update post

This adds an initial version of the post which we can play with for
further layouting. The post is marked as `draft`, so it will become
available at the direct link, but have a banner on it telling people
not to share it yet.

Change-Id: Idac69e56bee027c2b566f50ef123b54aff6ebc3e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6538
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
This commit is contained in:
Vincent Ambo 2022-09-12 18:12:50 +03:00 committed by tazjin
parent 118ac68800
commit dd22659288
2 changed files with 158 additions and 0 deletions

View file

@ -14,5 +14,13 @@
date = 1638381387;
content = ./rewriting-nix.md;
}
{
key = "tvix-status-september-22";
title = "Tvix Status - September '22";
date = 1662995534;
content = ./tvix-status-202209.md;
draft = true;
}
];
}