summaryrefslogtreecommitdiff
path: root/_articles
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
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')
-rw-r--r--_articles/2015-02-12-adding-articles-to-irssi.org.markdown25
1 files changed, 25 insertions, 0 deletions
diff --git a/_articles/2015-02-12-adding-articles-to-irssi.org.markdown b/_articles/2015-02-12-adding-articles-to-irssi.org.markdown
new file mode 100644
index 0000000..ea6664d
--- /dev/null
+++ b/_articles/2015-02-12-adding-articles-to-irssi.org.markdown
@@ -0,0 +1,25 @@
+---
+layout: post
+title: "Contributing articles to irssi.org"
+author: "Nicolas Kuttler"
+email: "irssi@kuttler.eu"
+web: "http://kuttler.eu"
+---
+
+If you would like to contribute an article to [irssi.org](http://irssi.org)
+fork the [website's github repository](https://github.com/irssi/irssi.github.io)
+and add your article to the `_articles` directory.
+Use an existing article as template.
+
+If you like you can verify that your articles displays properly by installing
+[jekyll](http://jekyllrb.com) and running a command like
+`jekyll serve` inside the repository and connecting to
+`http://localhost:4000` with your web browser.
+
+TODO
+--
+
+- Make forking/git usage optional.
+- We could build a form with a [markdown editor](http://vuejs.org/examples/),
+ where should we submit it to though?
+- Policy for images and other included content?