Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.45 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.45 KB

blogofobe_blog

What's this all about?

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.

Aw man, another CMS?

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.

No way, tell me more!

  • What's in the box
    1. Mako templates, CSS and ancillary files from the HTML5Boilerplate project
    2. configuration, controllers, filters, and commands for blogofobe
    3. sample posts showing off code syntax highlighting, Unicode support, Markdown
  • Neat features
    1. Custom web fonts from Google
    2. Disqus comments
    3. Google Analytics tracking code stub
    4. seaofclouds jQuery twitter plugin
    5. Atom/RSS feed generators

Sweet, let's do this thing!

Take a look at the blogofile project docs for a quick-start guide, and detailed usage instructions.

Aww man, I have to read?

Just create a virtualenv and pip install -U blogofobe && pip install -U blogofobe_blog.

How can I help?

I thought you'd never ask. Go check out the developer page on the wiki.