2021-11-05 13:52:51 +01:00
|
|
|
{ depot, ... }:
|
|
|
|
|
|
|
|
{
|
2021-11-05 14:19:06 +01:00
|
|
|
config = {
|
|
|
|
name = "TVL's blog";
|
2022-01-30 17:06:58 +01:00
|
|
|
footer = depot.web.tvl.footer { };
|
2021-11-05 14:19:06 +01:00
|
|
|
baseUrl = "https://tvl.fyi/blog";
|
|
|
|
};
|
|
|
|
|
2021-11-05 13:52:51 +01:00
|
|
|
posts = [
|
|
|
|
{
|
2021-11-30 11:44:22 +01:00
|
|
|
key = "rewriting-nix";
|
|
|
|
title = "Tvix: We are rewriting Nix";
|
2021-12-01 18:56:39 +01:00
|
|
|
date = 1638381387;
|
2021-11-30 11:44:22 +01:00
|
|
|
content = ./rewriting-nix.md;
|
2021-11-05 13:52:51 +01:00
|
|
|
}
|
|
|
|
];
|
|
|
|
}
|