aboutsummaryrefslogtreecommitdiffstats
path: root/blog.md
diff options
context:
space:
mode:
Diffstat (limited to 'blog.md')
-rw-r--r--blog.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/blog.md b/blog.md
new file mode 100644
index 0000000..90cac9c
--- /dev/null
+++ b/blog.md
@@ -0,0 +1,17 @@
+---
+title: blog
+permalink: /blog/
+---
+
+# miscellaneous posts
+
+about different things
+
+filter by tag: {% for tag in site.tags %}[{{ tag[0] }}](/tags/{{ tag[0] }})
+{% endfor %}
+
+<div class="posts">
+{% for post in site.posts %}
+ {% include post-preview.html %}
+{% endfor %}
+</div>