summaryrefslogtreecommitdiff
path: root/index.md
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-06-02 21:54:44 -0400
committerAdam T. Carpenter <atc@53hor.net>2020-06-02 21:54:44 -0400
commite8ab11225a306225d2be16c4464e68a4ad464918 (patch)
tree9fa3c7071f6f27cb0305b0ce6522a606ded864a3 /index.md
parent8f3bc0a5a3640be89da2815ca32fa63150f8ec18 (diff)
downloadcarpentertutoring-e8ab11225a306225d2be16c4464e68a4ad464918.tar.xz
carpentertutoring-e8ab11225a306225d2be16c4464e68a4ad464918.zip
basic cobalt layout
Diffstat (limited to 'index.md')
-rw-r--r--index.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/index.md b/index.md
new file mode 100644
index 0000000..e586d01
--- /dev/null
+++ b/index.md
@@ -0,0 +1,11 @@
+---
+layout: default.liquid
+title: Welcome - Carpenter Tutoring
+---
+## Blog!
+
+{% for post in collections.posts.pages %}
+#### {{post.title}}
+
+[{{ post.title }}]({{ post.permalink }})
+{% endfor %}