|
|
|
|
|
by socratic
5407 days ago
|
|
Could you go into a little more detail about how Jekyll isn't/wasn't versatile enough? Maybe a use case or two where it failed (or was too complicated) for you? I'm actually about to learn Jekyll to make a blog today, so I'm very curious. My primary reasons for going Jekyll are that (a) it seems to have the most mindshare (in the Ruby world and in general) and (b) I can just deploy using git with Github Pages. Relatedly, if anyone is a Jekyll user (which seems pretty common around here), are there any plugins/modifications I should be using? |
|
There are inherent constraints to the framework because it must be "safe" enough for GitHub's environment. For example, an issue close to my heart:
https://github.com/mojombo/jekyll/issues/225