-
Notifications
You must be signed in to change notification settings - Fork 14
Upgrade psych #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I couldn't figure it out, so last week I actually wrote my own ruhoh-compatible blog platform: http://dear.desi. I don't have all of the features implemented, but if you want to try it and it doesn't compile you blog correctly I'd like to know so that I can fix it (it should be backwards compatible to 1.0 and forwards compatible to 2.6 because I made a layer in-between the internal data and the view that gets templated). I've just been burned so many times between updates of OS X / ports / homebrew / ruby / gems that I just gave up on ruby and decided to use a language that can still run the programs it ran back in 1996 (and, of course, a lot of newer, better ones): JavaScript. |
I feel you! I'm excited to try rid out. I'll let you know how it goes!
|
Note: to use desi it's best if you clone the seed project and then copy over your theme (into themes/) and posts (into posts) and set The config files are different in Desi than in Ruhoh. |
I'll make a video where I clone from the ruhoh branch of my blog and walk through the modifications necessary to run in Desi and then come back here and post it. (I did make one yesterday, but screenflow crashed right as I clicked "stop recording", so I didn't get to edit and post it) |
By way of update: I decided to fix and test a few more core things before posting back. I just fixed the permalink generator (i.e. I expect that within 16 hours I'll be posting back to tell you that Desi can build most Ruhoh blogs with only minor changes to the 3 yml config files and no changes to your templates or posts. |
Part 1: http://youtu.be/phXZQGC2Vb8 Well, you know how it goes. You go in to fix your permalink support, one thing leads to another, you rewrite 63% of the code and you suddenly have a plugin system and numerous bug fixes. |
psych 1.3.4 doesn't seem to install correctly on Mac OS. The issue seems to be fixed in later versions.
Would it be possible to upgrade this to use, e.g. psych 2.0.10?
The text was updated successfully, but these errors were encountered: