From e87dbf00de5c638120e2b7bcb15b0ba8b06a2b2e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 15 Jul 2018 21:11:57 -0300 Subject: Add initial Hakyll website skeleton --- site/index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 site/index.html (limited to 'site/index.html') diff --git a/site/index.html b/site/index.html new file mode 100644 index 0000000..18e5c0d --- /dev/null +++ b/site/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