+ [8 years ago] jaybe Use anything other than pastebin.com :)
+ [8 years ago] Simbaclaws I've already tried removing all of my gems and reinstalling them to no avail
+ [8 years ago] Simbaclaws sorry for the late response
+ [8 years ago] Simbaclaws I'm off for today, have to go to sleep, I'll probably be here tomorrow
+ [8 years ago] Simbaclaws I'll check the source code for running jekyll, perhaps there is something in there that makes me see clearer

message no. 156019

Posted by Simbaclaws in #jekyll at 2016-11-07T21:39:29Z

Using safe_yaml 1.0.4
+ [8 years ago] desnudopenguino so I'm working with setting up a multiple-jekyll server to run a few blogs/projects (as well as some other web services like RoR, and maybe a basic httpd). What would you guys suggest I do for my jekyll instances?
+ [8 years ago] desnudopenguino My current thought is letting the instances run on the loop-back (as with testing) to update when I add a new file to the _posts directory, and having httpd manage the internet-facing service.
+ [8 years ago] jaybe use version control (git); and trigger a build and publish upon commit to 'production' branch
+ [8 years ago] desnudopenguino i'm familiar with git. just trying to figure out a good workflow and management plan for jekyll stuff