blogofobe_blog
is a plugin for the static website compiler [blogofobe
]
(http://github.com/wxl/blogofobe) that impliments a basic blog engine. It was
originally forked from the Blogofile project.
Nope, that's what blogofobe
is all about. No need for a database, or some
special server software. Heck, you don't even need to know HTML.
- What's in the box
- Mako templates, CSS and ancillary files from the HTML5Boilerplate project
- configuration, controllers, filters, and commands for
blogofobe
- sample posts showing off code syntax highlighting, Unicode support, Markdown
- Neat features
- Custom web fonts from Google
- Disqus comments
- Google Analytics tracking code stub
- seaofclouds jQuery twitter plugin
- Atom/RSS feed generators
Take a look at the blogofile project docs for a quick-start guide, and detailed usage instructions.
Just create a virtualenv and pip install -U blogofobe && pip install -U blogofobe_blog
.
I thought you'd never ask. Go check out the developer page on the wiki.