summaryrefslogtreecommitdiff
path: root/index.md
diff options
context:
space:
mode:
author53hornet <53hornet@gmail.com>2019-03-30 18:05:20 -0400
committer53hornet <53hornet@gmail.com>2019-03-30 18:05:20 -0400
commit7f69e616dd181ce6d46d42a7dfde14dfeae7e247 (patch)
tree3324c42ae878b1e68717d56270d81015d7d6de6b /index.md
downloadcobalt-site-7f69e616dd181ce6d46d42a7dfde14dfeae7e247.tar.xz
cobalt-site-7f69e616dd181ce6d46d42a7dfde14dfeae7e247.zip
Initial commit.
Diffstat (limited to 'index.md')
-rw-r--r--index.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/index.md b/index.md
new file mode 100644
index 0000000..40d9890
--- /dev/null
+++ b/index.md
@@ -0,0 +1,9 @@
+---
+layout: index.liquid
+title: Welcome to 53hor.net
+---
+## Welcome!
+
+{% for post in collections.posts.pages %}
+[{{ post.title }}]({{ post.permalink }})
+{% endfor %}