Init Void project
This commit is contained in:
7
article/01.txt
Normal file
7
article/01.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
TITLE:First article
|
||||
DATE:2015 April 9th
|
||||
AUTHOR:Jo
|
||||
|
||||
It's very simple to remove this useless article. Just delete the file `/article/01.txt` and that's it.
|
||||
|
||||

|
||||
20
article/02-tech.txt
Normal file
20
article/02-tech.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
TITLE:A technical article
|
||||
DATE:2015 April 9th
|
||||
AUTHOR:Jo
|
||||
|
||||
This Python code is really good:
|
||||
|
||||
def good():
|
||||
a = 1
|
||||
b = 2
|
||||
c = a + b
|
||||
return None
|
||||
|
||||
This one is *even better:*
|
||||
|
||||
def better():
|
||||
a = 128
|
||||
b = 256
|
||||
c = a * b
|
||||
return None
|
||||
|
||||
12
article/03-coolarticle.txt
Normal file
12
article/03-coolarticle.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
TITLE:A new article
|
||||
DATE:2015 April 10th
|
||||
URL:coolarticle
|
||||
AUTHOR:Jo
|
||||
|
||||
This is a sample blog article. What to do now?
|
||||
* write a new article,
|
||||
* listen to [some music](http://soundcloud.com/shura/sets/shura-just-once),
|
||||
* or do something else?
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user