aboutsummaryrefslogtreecommitdiff
path: root/articles/Hello_World.md
blob: dc448fbe9288284b68861e6b765ab471418b9c17 (plain) (blame)
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
26
27
If you're reading this, that means `seen` is working!

Feel free to remove this article from your website.

For more info, please read the [README.md](http://git.vitali64.duckdns.org/utils/seen.git) 
file at the root of the repo.

### License

`seen` v0.1 was licensed under the GNU GPLv3 License as published by the FSF. 
This version of `seen`, Flask Edition, is licensed under the GNU **A**GPLv3 
License instead. Take a look at the `COPYING` or `LICENSE` file at the root 
of the repository for more information.

### How to add new articles

That's really easy. Write your article in markdown format, then put it in the 
`articles/` directory. Then, create an entry for your article in the `config.ini` 
file that looks like this:
<pre>
[Installing_Arch_Linux]
Title=Installing Arch Linux (btw)!
Description=No, there won't be any memes.
Date=23 November 2017
</pre>

Enjoy your new blog!