blog.py - a webpy blog running on Google App Engine
I started working on this blog code last year at the beginning of December 2010. I know about the popular blog options out there, I just prefer running my own custom blog software.
I also love webpy and GAE.
Some facts about blog.py.
- It's entirely written in web.py :)
- Runs on Google App Engine
- Uses Markdown and Pygments
- Jinja2
- Blueprint CSS framework
Point number three simply implies that I get to write readable beautiful rich text with full code syntax highlighting:) Let me put this all to the test.
<?php $truth = 'I super love Python'; $other = ' and PHP.'; echo vsprintf('%s%s', array($truth, $other)); ?>
blog.py features a RSS 2.0 feed. And you can also create static pages. I've released teh codez under the GPL 3 on my GitHub.