aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-10-07 16:38:46 +0200
committerIgor Pashev <pashev.igor@gmail.com>2019-10-07 17:29:21 +0200
commit7ae181e09835a38d88990f18b8f0ed42835959ee (patch)
treec39d1c51c70f0b3a5f274e2fa489d8c7a92117e8 /src/index.html
downloadhakyll-template-7ae181e09835a38d88990f18b8f0ed42835959ee.tar.gz
Initial commit
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
new file mode 100644
index 0000000..6dd191d
--- /dev/null
+++ b/src/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>