latest 20 messages by pfenwick
+
[2014-02-18T00:31:51Z]
pfenwick
Fixed. It looks like there was some odd interaction happening with markdown or a later generator. :)
+
[2014-02-18T00:28:31Z]
pfenwick
Hmm, it looks like for some reason my output isn't closing the <i> tag properly. Still investigating...
+
[2014-02-18T00:02:12Z]
pfenwick
Jekyll -> Liquid
+
[2014-02-18T00:01:55Z]
pfenwick
I wrote what I *thought* would be an easy plug-in to make pull-quotes. Technically it works, but it seems to generate a whole bunch of extra font-awesome <i ...> tags, which I'm not expecting. Do Jekyll tags try to add additional HTML markup or something, or try to mark-up each paragraph? https://gist.github.com/pjf/9061813
+
[2014-01-30T18:55:06Z]
pfenwick
CheckeredMichael: Welcome indeed. :)
+
[2014-01-27T03:41:51Z]
pfenwick
pontiki: Ah! http://www.jekyll-plugins.com/ is what I was thinking of. And yes, I think I'll be looking through the octopress plug-ins as well.
+
[2014-01-27T02:45:21Z]
pfenwick
So after my Jekyll-based website having an article go viral, it's become apparent to me that I really need a simple tag footer that just lists what a post is tagged with (easy), and how many other articles have that tag (harder). Is there's a go-to index of Jekyll plug-ins. (Or better still, does anyone have a recommendation, before I write Yet Another Plugin?)
+
[2014-01-16T08:26:00Z]
pfenwick
pontiki: Where's your art? ;)
+
[2014-01-16T08:25:41Z]
pfenwick
bret, pontiki: D'oh, I totally missed the convo before. A little over 600 posts. I still need to get them indexed into something looking good. :)
+
[2014-01-16T05:41:25Z]
pfenwick
bret: Aww, shucks. Standing on the shoulders of giants. html5up does *amazing* designs, and I adapted one.
+
[2014-01-16T05:40:56Z]
pfenwick
pontiki: There should be a few OSCON talks on the talks page. http://pjf.id.au/talks
+
[2014-01-16T05:40:34Z]
pfenwick
pontiki: \o/
+
[2014-01-16T05:16:23Z]
pfenwick
My jekyll powered html5/css3/cc-by/responsive website is finally up. :) Special thanks to jaybe for all the help! http://pjf.id.au/
+
[2014-01-15T13:40:37Z]
pfenwick
And with that, sleep. Night all. :)
+
[2014-01-15T13:40:32Z]
pfenwick
( {% if post.categories contains 'X' %}{% continue %}{% endif %}) if anyone wants the answer to my own question. :)
+
[2014-01-15T13:13:27Z]
pfenwick
I essentially want to do a for post in (posts not in category X) limit:5
+
[2014-01-15T13:13:03Z]
pfenwick
Hmm, is there a way to get a list of posts in liquid that are *not* in a given category?
+
[2014-01-15T13:02:08Z]
pfenwick
Aha, it has {% break %} and {% continue %} if you have a recent gem. :)
+
[2014-01-15T12:58:06Z]
pfenwick
Does liquid have a way of breaking out of for loops early?
+
[2014-01-15T07:04:09Z]
pfenwick
pontiki: Thank you! :)