14 lines
200 B
Nix
14 lines
200 B
Nix
|
{ depot, ... }:
|
||
|
|
||
|
{
|
||
|
posts = [
|
||
|
{
|
||
|
key = "kicking-off-tvix";
|
||
|
title = "Kicking off Tvix";
|
||
|
date = 1636038556;
|
||
|
content = ./kicking-off-tvix.md;
|
||
|
draft = true;
|
||
|
}
|
||
|
];
|
||
|
}
|