Inpired by bashblog; Create, edit and manage a blog, simply.
Dependencies:
-------------
None(Includes BeautifulSoup)
Setup:
------
1. Modify the variables in pb.py to suit your needs
2. Make sure your `$EDITOR` is set(if editor is unset then pub will try to use vim or nano)
Usage:
------
- create a post -- create blog post and update index file
pb.py -p
- edit a live post -- preserve timestamp while editing blog file
pb.py -e 'name of existing file'
TODO:
- massage documentation
- use tempfiles
- decouple
- move strings to resource file
- SHIP IT!