summaryrefslogtreecommitdiff
path: root/_articles/2015-02-12-adding-articles-to-irssi.org.markdown
blob: ea6664d9dfbd212a891060622b32712b564725b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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?