diff options
author | stuebinm | 2021-05-28 18:38:51 +0200 |
---|---|---|
committer | stuebinm | 2021-05-28 18:38:51 +0200 |
commit | 818f7a68df4ca0221107b2d07eb502b16fa6d653 (patch) | |
tree | e8939bed4a329fc37dc06e466ea53e4c7d4626c5 /hakyll-nix/defaultsite/index.html | |
parent | 855acf6b984855646119551b39bffb4cf169dc40 (diff) |
hakyll wrapped in a nix derivation
(see the Readme.org file for more information)
Diffstat (limited to 'hakyll-nix/defaultsite/index.html')
-rw-r--r-- | hakyll-nix/defaultsite/index.html | 16 |
1 files changed, 16 insertions, 0 deletions
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 +--- + +<h2>Welcome</h2> + +<img src="/images/haskell-logo.png" style="float: right; margin: 10px;" /> + +<p>Welcome to my blog!</p> + +<p>I've reproduced a list of recent posts here for your reading pleasure:</p> + +<h2>Posts</h2> +$partial("templates/post-list.html")$ + +<p>…or you can find more in the <a href="/archive.html">archives</a>.</p> |