fix readme
This commit is contained in:
@@ -1,16 +1,16 @@
|
|||||||
#blahblah
|
# blahblah
|
||||||
##Flat-file blog compiled from SQLite
|
## Flat-file blog compiled from SQLite
|
||||||
|
|
||||||
blahblah is a simple blog engine that reads markdown-formatted files or direct input into an SQLite
|
blahblah is a simple blog engine that reads markdown-formatted files or direct input into an SQLite
|
||||||
database, and compiles the blog into static html formatted with jinja2 templates on publishing.
|
database, and compiles the blog into static html formatted with jinja2 templates on publishing.
|
||||||
|
|
||||||
This is a very early form of the software, heavily tailored to my site, just to get it running.
|
This is a very early form of the software, heavily tailored to my site, just to get it running.
|
||||||
|
|
||||||
##Todo
|
## Todo
|
||||||
-Robust configuration
|
- Robust configuration
|
||||||
-More generic templating options, provide CSS
|
- More generic templating options, provide CSS
|
||||||
-Expand content generation to entire site using markdown, templating, and CSS
|
- Expand content generation to entire site using markdown, templating, and CSS
|
||||||
-CSS configuration tool
|
- CSS configuration tool
|
||||||
-Actually be able to navigate past one page (seriously, this thing barely works yet)
|
- Actually be able to navigate past one page (seriously, this thing barely works yet)
|
||||||
-Navigation by dates
|
- Navigation by dates
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user