diff --git a/categories/index.html b/categories/index.html
new file mode 100644
index 0000000..a8de1ff
--- /dev/null
+++ b/categories/index.html
@@ -0,0 +1,28 @@
+---
+title: "Archive by category"
+layout: default
+permalink: categories/
+breadcrumb: true
+---
+
+
+
+
{{ page.title }}
+ {% if page.teaser %}
{{ page.teaser }}
{% endif %}
+
+
+ {% for category in site.categories %}>
+ {% categorylink category[0] %}
+ {% if category[0] == "kde" or category[0] == "s.t.e.a.l." %}
+ {{ category[0] | upcase }}
+ {% elsif category[0] contains "final fantasy" %}
+ {{ category[0] | capitalize_all | replace:'Xi','XI' | replace:'v','V'}}
+ {% else %}
+ {{ category[0] | capitalize_all }}
+ {% endif %}
+
+ {% endcategorylink %}
+ {% endfor %}
+
+
+
\ No newline at end of file