+[2014-09-29T16:12:23Z]jaybemkay 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]RockyTVis there a way to use ads with jekyll? +[2014-09-29T20:48:08Z]bretRockyTV: just embed them? +[2014-09-29T20:48:28Z]bretor include whatever JS that the advertise wants? +[2014-09-29T20:48:47Z]RockyTVI tried html and the code gets replaced every time
+[2014-09-30T03:58:53Z]parkrRockyTV: make sure you're editing the source files and not the generated files in _site +[2014-09-30T14:15:02Z]fouDuBassanHi. 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]jaybefouDuBassan, the default is now off/false for relative linking +[2014-09-30T14:22:49Z]jaybefouDuBassan, 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]fouDuBassanFunny thing is that I developped scripts in bash/awk and switched to ruby for this only...