I like Poole as well, and I've used it for the basis of my site. It was quite easy to implement breadcrumbs, tagging and structured archives on top of it, and still have a simple core.
I wasn't aware of Hyde. From skimming the site it looks like Pelican is simpler, not requiring Django and being easier to get up and running initially.
The only drawback I've found so far is the inability of ReST to reference sections in other document files.
16 comments
[ 3.4 ms ] story [ 40.7 ms ] threadEven though they did, it's still interesting to see someone else's implementation.
Creating something yourself, even if there is something else similar out there, isn't a bad thing!
Better coding and sharing with the world, than sitting on the sidelines saying "didn't someone else do this" :-)
Currently, i use ikiwiki, because it comes with many plugins.
The only drawback I've found so far is the inability of ReST to reference sections in other document files.
It seems it dropped the dependency on django and is using jinja2 now.