aboutsummaryrefslogtreecommitdiffstats
path: root/blog.md
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-01-06 13:20:03 +0300
committerla-ninpre <leobrekalini@gmail.com>2021-01-06 13:20:03 +0300
commit585c08987fdd40274bd628bae15be9b9399b357e (patch)
tree4cdda86f4867ad01ecc1c113e559a62dd63d57fc /blog.md
parentd4b99a8b2ee2dd81f507c6c6beac10b8eab93b92 (diff)
downloadaaoth.xyz-585c08987fdd40274bd628bae15be9b9399b357e.tar.gz
aaoth.xyz-585c08987fdd40274bd628bae15be9b9399b357e.zip
rename 'other' page to 'blog'
because it's going to be a blog, really.
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>