|
|
|
|
|
by swanson
5292 days ago
|
|
I don't know about octopress - I don't get who the customer is. That rake script can be done in like 15 lines of any scripting language (I wrote my own in about 10 minutes). I don't have any issues styling my stock Jekyll blog. If you are using a static blog site over something like WordPress you are probably technical in nature and can pretty easily setup your own Jekyll site. The only benefit I see personally are the plugins - which you can't even use on Github Pages as far as I know. IMO octopress is a solution looking for a problem. |
|
This necessarily means GitHub can never merge any developments upstream even if they wanted to since GitHub needs Jekyll for GitHub pages.
My main concern right now is moving Jekyll forward which is a lot more frustrating of a problem since I want to make improvements that will work natively on GitHub pages. My first solution to this will be the use of a lot of javascript =), with the requirement that it degrade gracefully.
Plugin development is still worthwhile since from the replies it seems a good amount of blogs are self-hosted. The trick is to properly separate and advocate the plugin self-hosted format from the deploy to gitHub super easy quickstart format.