+[2014-08-12T19:30:17Z]jaybehttp://jekyllrb.com/docs/templates/ +[2014-08-12T19:36:18Z]jayberonaldvz, i.e. {% for post in site.posts %} {{ post.title | where:"showonhome","true" }} {% endfor %} +[2014-08-12T20:33:57Z]ronaldvzjaybe, thanks :-) +[2014-08-12T20:47:41Z]travis-ci[travis-ci] jekyll/jekyll#4221 (fix-reading-imgs) The build was fixed. http://travis-ci.org/jekyll/jekyll/builds/32373802 +[2014-08-12T20:51:40Z]jayberonaldvz, ;)
message no. 39124
Posted by jaybe in #jekyll at 2014-08-12T20:51:40Z
ronaldvz, ;)
+[2014-08-13T01:46:43Z]Simba_Hello! I'm looking for a way to run the sass converter on a sass file manually. The main goal is to inline a portion of my sass in the head the web page. I can do this with css if I put the css in _includes and include it, but including a .scss file doesn't run the converter on it. basically I think I want a markdownify for sass. any ideas? +[2014-08-13T02:27:22Z]iamcarricoSimba_: You can just call sass— it doesn’t need to run through Jekyll +[2014-08-13T02:28:52Z]iamcarricoe.g. create a .scss file just for that, and compile it before running Jekyll. +[2014-08-13T02:30:08Z]Simba_Yeah, I was wondering if I could do it without a plugin, for GitHub Pages +[2014-08-13T02:32:53Z]iamcarricoAh