Hacker News new | ask | show | jobs
by testdrive5 4633 days ago
Can someone please tell me how this is different from Jekyll? They both work based on the same concept if I'm correct?

Also, how about support for category pages? I mean, show a page full of posts from one particular category only? Possible??

1 comments

They work on completely different concepts:

Jekyll requires you to generate your site. Dropplets generates pages on each request.

Jekyll runs on your machine, and is written in Ruby. Dropplets runs on your server, and is written in PHP.

Jekyll's posts require very minimal metadata, and use a key/value pairing system with YAML. Dropplets' posts require a ton of metadata, and the same metadata for every post, and in a specific order, and you can't add arbitrary metadata.

----

I don't think Dropplets has categories, but I may be mistaken.

Thanks, that was very kind of you.