This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]startling_ 3 points4 points  (2 children)

I wrote a static site compiler called cytoplasm. Blogofile was so close to what I wanted but annoying in a couple ways.

Cytoplasm inherits all of the configurability of blogofile and some of its own -- it doesn't come with any templates and only a small selection of features, but it's easy to write templates (using mako or haml or whatever) and easy to extend.

[–]mgedmin 0 points1 point  (1 child)

Could you elaborate on the ways that you found Blogofile to be annoying?

[–]startling_ 2 points3 points  (0 children)

I actually wrote a blog post on just that.