Hacker News new | ask | show | jobs
by gks 5444 days ago
I'm still a lot more impressed with the Python spinoff of Jekyll. It's called Hyde (http://www.github.com/hyde/hyde) and in my opinion a LOT more functional. I do wish that the documentation was a tiny bit more complete though.

If I were going to make a new site based on Jekyll, I'd seriously consider Hyde instead.

1 comments

I haven't tried Hyde, but I did switch to Blogofile (http://blogofile.com), another Python blog compiler, after trying Jekyll for a while.
The really nice thing that I personally like about Hyde is the fact that it is very component based. For example, it uses Jinja2 for templating. Which is extremely similar to Django templates. It really is a nice little setup that let's me do some neat things very easily. Very powerful.

Another thing I like is that Hyde will regen only the files needed to be regenerated. You can of course force a full regeneration of the site, but as your site grows (particularly blogs) the slower regeneration gets. This means that for simple things like adding a new post to the site can mean very quick regeneration.

Jekyll is certainly an inspiration, but it seems to be lagging behind in basic functionality of some other more interesting projects.