blog.rhelmot.io/blog.nix

22 lines
406 B
Nix

{
baseUrl = "https://blog.rhelmot.io/";
siteTitle = "rhelmot blog";
language = "en-US";
footer.html = ''
Posts icensed <a href="https://creativecommons.org/licenses/by-nc/4.0">CC-BY-NC 4.0</a>
'';
pages = [
{
path = "index.html";
title = "Home";
head = ''
<meta http-equiv="Refresh" content="0; url='/posts'" />
'';
body.html = "";
}
];
}