26 lines
636 B
Nix
26 lines
636 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";
|
|
|
|
body.markdown = ''
|
|
Webster's dictionary defines "blog" as "a website that contains online personal reflections, comments, and often hyperlinks, videos, and photographs provided by the writer".
|
|
This is mine.
|
|
|
|
You will find mostly longform technical writing here.
|
|
|
|
<templates-posts-navigation />
|
|
'';
|
|
}
|
|
];
|
|
}
|