Sibande_
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 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 to the test.
<?php
$truth = 'I love Python';
$other = ' and PHP.';
echo vsprintf('%s%s', array($truth, $other));
?>
blog.py has an RSS feed, and can create static pages. I have released teh codez under the GPL 3, and it's available in my GitHub profile.
04 January, 2011 at 11:09AM
© Copyright 2012 by Jose Sibande.
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 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 to the test.
<?php $truth = 'I love Python'; $other = ' and PHP.'; echo vsprintf('%s%s', array($truth, $other)); ?>
blog.py has an RSS feed, and can create static pages. I have released teh codez under the GPL 3, and it's available in my GitHub profile.
04 January, 2011 at 11:09AM