all repos — aaoth.xyz @ 2b8adf6d9f919755b18813ceea37b80d6fabc062

aaoth.xyz website

blog.md (view raw)

 1---
 2title: blog
 3permalink: /blog/
 4---
 5
 6# miscellaneous posts
 7
 8about different things
 9
10filter by tag: {% for tag in site.tags %}[{{ tag[0] }}](/tags/{{ tag[0] }})
11{% endfor %}
12
13<div class="posts">
14{% for post in site.posts %}
15    {% include post-preview.html %}
16{% endfor %}
17</div>