about summary refs log tree commit diff
path: root/conlang.md
diff options
context:
space:
mode:
Diffstat (limited to 'conlang.md')
-rw-r--r--conlang.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/conlang.md b/conlang.md
new file mode 100644
index 0000000..9075239
--- /dev/null
+++ b/conlang.md
@@ -0,0 +1,30 @@
+---
+layout: page
+title: Conlang
+language: en
+ref: conlang
+---
+
+# Conlang
+
+You can find my posts about conlanging here:
+
+<ul>
+  {% for post in site.categories.conlang %}
+    {% if post.url %}
+        <li><a href="{{ post.url }}">{{ post.title }}</a></li>
+    {% endif %}
+  {% endfor %}
+</ul>
+
+# Hàësdáaga
+
+You can find my posts about my conlang Hàësdáaga here:
+
+<ul>
+  {% for post in site.categories.haesdaaga %}
+    {% if post.url %}
+        <li><a href="{{ post.url }}">{{ post.title }}</a></li>
+    {% endif %}
+  {% endfor %}
+</ul>