2021-11-05 13:52:51 +01:00
|
|
|
{ depot, ... }:
|
|
|
|
|
|
|
|
{
|
2021-11-05 14:19:06 +01:00
|
|
|
config = {
|
|
|
|
name = "TVL's blog";
|
|
|
|
footer = depot.web.tvl.footer {};
|
|
|
|
baseUrl = "https://tvl.fyi/blog";
|
|
|
|
};
|
|
|
|
|
2021-11-05 13:52:51 +01:00
|
|
|
posts = [
|
|
|
|
{
|
|
|
|
key = "kicking-off-tvix";
|
|
|
|
title = "Kicking off Tvix";
|
|
|
|
date = 1636038556;
|
|
|
|
content = ./kicking-off-tvix.md;
|
|
|
|
draft = true;
|
|
|
|
}
|
|
|
|
];
|
|
|
|
}
|