+[2016-11-25T17:06:58Z]georoothi guys would love to hear your feedback on https://github.com/georoot/jekyll.js +[2016-11-25T17:06:59Z]jekyllrbTitle: GitHub - georoot/jekyll.js: Simple in browser editor for jekyll compatible with github api (at github.com) +[2016-11-25T17:07:36Z]georootsimple setup blog at https://georoot.github.io/2016/11/25/Better-way-to-blog-on-github-for-free.html :D +[2016-11-25T17:07:37Z]jekyllrbTitle: Better way to blog on github for free ยท rahul bhola (at georoot.github.io) +[2016-11-25T20:34:41Z]pontikihi
hi guys would love to hear your feedback on https://github.com/georoot/jekyll.js
+[2016-11-29T08:41:41Z]somiajtrying to write a custom Lexer for rouge syntax highlighting. So far I have my own fork of rouge and the higlighter is working with rougify -l test filename, but using {% highlight test %} {% endhilight %} blocks in jekyll is not picking up this lexer (the standard lexers work) +[2016-11-29T08:42:01Z]somiajthink the issue is jekyll is not using my installed version of rogue, but install the other version on my system... any tips? +[2016-11-29T17:57:26Z]desnudopenguinois there a way to remove paragraph formating (<p>) from content inside a for loop? +[2016-11-29T18:05:21Z]jaybecould capture everything and filter them out i suppose +[2016-11-29T18:09:06Z]desnudopenguinoI have {% for page in site.pages %} \n [{{ page.title }}]({{ page.url }}) \n {% endfor %}