summaryrefslogtreecommitdiff
path: root/articles/index.markdown
diff options
context:
space:
mode:
authorNicolas Kuttler <git@kuttler.eu>2015-02-12 18:15:17 +0100
committerNicolas Kuttler <git@kuttler.eu>2015-02-12 19:01:08 +0100
commit23d0b1ebd65f423ba8a78ace70cdb150d7be8efe (patch)
tree190febcc1951063b05455135faabbb125b31a27f /articles/index.markdown
parent9a01c0844418115e152d90793f72dad6a9e86229 (diff)
downloadirssi.github.io-23d0b1ebd65f423ba8a78ace70cdb150d7be8efe.zip
Add articles collection
Display optional web address instead of email as article contributors might not want to see their email address on the www. Also add an article index page.
Diffstat (limited to 'articles/index.markdown')
-rw-r--r--articles/index.markdown11
1 files changed, 11 insertions, 0 deletions
diff --git a/articles/index.markdown b/articles/index.markdown
new file mode 100644
index 0000000..1f8c44f
--- /dev/null
+++ b/articles/index.markdown
@@ -0,0 +1,11 @@
+---
+title: Articles
+layout: default
+---
+
+Articles
+========
+
+{% for article in site.articles %}
+- [{{ article.title }}]({{ article.url }})
+{% endfor %}