Oz Nahum 12 lat temu
rodzic
commit
7644889368
2 zmienionych plików z 13 dodań i 2 usunięć
  1. 4 0
      README.md
  2. 9 2
      blogit.py

+ 4 - 0
README.md

@@ -0,0 +1,4 @@
+blogit
+======
+
+A simple python script to create a blog on github

+ 9 - 2
blogit.py

@@ -23,11 +23,18 @@
 """
 Summary: |
    some summary ...
+   
+Your post
 """
 
 """
-Everything the Header can't have ":" in it, you can't have title
-with ":" it makes markdown breark!
+Everything the Header can't have ":" or "..." in it, you can't have title
+with ":" it makes markdown break!
+"""
+
+"""
+The content directory can contain only mardown or txt files, no images
+allowed!
 """
 import os
 import re