Skip to content

Commit

Permalink
initial 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jankom committed Apr 27, 2011
1 parent 3c430a6 commit f39f4e4
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

very crude and minimal cron-based static blog engine written in under 100 lines of python


~> Why

- I need a blog for my webapps
Expand All @@ -12,16 +13,23 @@ very crude and minimal cron-based static blog engine written in under 100 lines
- I don't want to install/run anything additional on the app machine to have blog
- So I need a static blog, I wrote posts in raw html in WP/blogger anyway, so vim + html code for posts is all I need.


~> How to blog

- Add posts as separate files in inbox folder
- run blgr.py or set is as a cronjob
- files that begin with zzz__ are already turned into posts and should get deleted periodically (will add)
- index page generation will get a little fancyer once I have enough blogposts to care and test it..


~> Conventions

first <h2> in a post file is a title of the file.
- first <h2> in a post file is a title of the file.


~ Future

- files that begin with zzz__ are already turned into posts and should get deleted periodically (will add)
- index page generation will get a little fancyer once I have enough blogposts to care and test it..


~> History

Expand Down

0 comments on commit f39f4e4

Please sign in to comment.