+ [2014-09-29T16:12:23Z] jaybe mkay i've got finish and publish the incremental regeneration updates. this is so helpful. waiting for more than a few seconds between rebuilds for testing/tweaking should be a thing of the past.
+ [2014-09-29T20:39:09Z] RockyTV is there a way to use ads with jekyll?
+ [2014-09-29T20:48:08Z] bret RockyTV: just embed them?
+ [2014-09-29T20:48:28Z] bret or include whatever JS that the advertise wants?
+ [2014-09-29T20:48:47Z] RockyTV I tried html and the code gets replaced every time

message no. 49967

Posted by jaybe in #jekyll at 2014-09-29T01:26:06Z

pontiki, dunno about gh pages
+ [2014-09-30T03:58:53Z] parkr RockyTV: make sure you're editing the source files and not the generated files in _site
+ [2014-09-30T14:15:02Z] fouDuBassan Hi. It's been 2 years that I didn't check a jekyll-generated source. And with the update yesterday, things broke. Before, any link not beginning by / was considered as relative. It seems that I have to preceed them by {{ site.url }}/ Is that correct?
+ [2014-09-30T14:22:17Z] jaybe fouDuBassan, the default is now off/false for relative linking
+ [2014-09-30T14:22:49Z] jaybe fouDuBassan, an option is still present to contorl that behavior, but it will eventually go away. it would be in best interset probably to go ahead and update code/links to include a fully qualified path.
+ [2014-09-30T14:27:06Z] fouDuBassan Funny thing is that I developped scripts in bash/awk and switched to ruby for this only...