summaryrefslogtreecommitdiff
path: root/_articles
diff options
context:
space:
mode:
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?