summaryrefslogtreecommitdiff
path: root/index.md
blob: 87b87059f95cbce85a7b681d01f32c777c619d40 (plain) (blame)
1
2
3
4
5
6
7
8
9
---
layout: index.liquid
title: My Name Is Adam Carpenter
---
## And this is my web site.

{% for post in collections.posts.pages %}
[{{ post.title }}]({{ post.permalink }})
{% endfor %}