First commit - just a copy of HaskellEmbedded at this point

This commit is contained in:
Chris Hodapp
2016-06-04 20:07:01 -04:00
commit 444ca4d739
27 changed files with 10022 additions and 0 deletions

16
index.html Normal file
View File

@@ -0,0 +1,16 @@
---
title: Home
---
<h2>Welcome</h2>
<img src="/images/logo.svg" style="float: right; margin: 10px;" />
<p>Welcome to the embedded Haskell blog!</p>
<p>Here's a list of recent posts:</p>
<h2>Posts</h2>
$partial("templates/post-list.html")$
<p>You may also check the <a href="/archive.html">archives</a>!</p>