status of 11.01.2015

This commit is contained in:
Open-Steps.org 2015-01-11 10:18:24 +01:00
parent d1ee848590
commit 0e1c504a6e
19 changed files with 341 additions and 131 deletions

View file

@ -0,0 +1,7 @@
module Reading
class Generator < Jekyll::Generator
def generate(site)
test = True
end
end
end