+ [2015-01-22T21:59:47Z] bl4ckdu5t Is there a way I can view all the links in a tag by domain.com/tags/tagname ?
+ [2015-01-22T22:06:37Z] jaybe sure; create a template (or include) that loops for that tag
+ [2015-01-22T22:37:33Z] bl4ckdu5t ok jaybe. Will try that
+ [2015-01-22T22:38:01Z] bl4ckdu5t wait a min. Can I have one that loops for any tag
+ [2015-01-22T22:38:25Z] bl4ckdu5t That's handling the route URI there in a way

message no. 74357

Posted by zipper in #jekyll at 2015-01-22T01:47:41Z

So uh I was asking why jekyll could be blocking connections over a LAN.
+ [2015-01-23T00:01:41Z] jaybe sure
+ [2015-01-23T00:34:46Z] David hey guys
+ [2015-01-23T00:34:59Z] David Is there a way to use {% highlight %} without actually highlighting the contents?
+ [2015-01-23T00:35:37Z] David The problem with using the normal markdown four-space for code is that it uses the code css rather than the highlight css
+ [2015-01-23T01:41:54Z] Chucky` hi all, i'm new to Jekyll. Is there any way to read a plain text file? I'm looking at http://jekyllrb.com/docs/datafiles/ that says it can read only certain format files, but I have some bibtex data I'd love to read raw (and then let a js library format). is this possible?