From 818f7a68df4ca0221107b2d07eb502b16fa6d653 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Fri, 28 May 2021 18:38:51 +0200 Subject: hakyll wrapped in a nix derivation (see the Readme.org file for more information) --- hakyll-nix/defaultsite/index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 hakyll-nix/defaultsite/index.html (limited to 'hakyll-nix/defaultsite/index.html') diff --git a/hakyll-nix/defaultsite/index.html b/hakyll-nix/defaultsite/index.html new file mode 100644 index 0000000..6dd191d --- /dev/null +++ b/hakyll-nix/defaultsite/index.html @@ -0,0 +1,16 @@ +--- +title: Home +--- + +

Welcome

+ + + +

Welcome to my blog!

+ +

I've reproduced a list of recent posts here for your reading pleasure:

+ +

Posts

+$partial("templates/post-list.html")$ + +

…or you can find more in the archives.

-- cgit v1.2.3