latest 20 messages by parkr_
+
[2016-08-23T21:28:41Z]
parkr_
jaybe: something going on with your email? my SMTP server is complaining that your email doesn't exist
+
[2016-02-06T00:02:24Z]
parkr_
Dry_Lips: re: https://botbot.me/freenode/jekyll/msg/59439748/, it's a problem with jekyll-srcset but it shouldn't break anything https://github.com/netlify/jekyll-srcset/blob/ad7730dea2e3d4e03f8878e2b8fba8123cd06834/lib/jekyll/srcset/tag.rb#L1
+
[2016-02-05T23:59:26Z]
parkr_
stenographer: ping
+
[2016-02-05T23:58:03Z]
parkr_
parkr: ping
+
[2015-04-22T17:31:50Z]
parkr_
cjz: yep! if you have them via your old sites, totally.
+
[2015-04-22T17:29:29Z]
parkr_
if you did `jekyll new`, just nuke `css/*` and `_sass/*`
+
[2015-04-22T17:29:19Z]
parkr_
cjz: probably, depends on what you're starting with
+
[2015-04-21T19:00:54Z]
parkr_
enjoy!
+
[2015-04-21T18:51:28Z]
parkr_
https://twitter.com/octopress/status/590588546160918530
+
[2015-04-21T18:51:24Z]
parkr_
stevecrozz: nice! imathis is there, you should go say hi to him
+
[2015-04-21T18:49:55Z]
parkr_
are you?
+
[2015-04-21T18:49:53Z]
parkr_
stevecrozz: nope, i haven't used rails in a while :/
+
[2014-08-11T03:24:16Z]
parkr_
[0__0]: ping
+
[2013-05-26T23:19:48Z]
parkr_
hey!
+
[2013-05-24T22:33:58Z]
parkr_
phavx: try removing "require 'bundle/setup'" from the top of your Rakefile
+
[2013-05-15T22:58:09Z]
parkr_
BonSequitur: Yeah, #filter_entries does pre-processing, and #cleanup does post-processing in _site (e.g. deleting orphaned files)
+
[2013-05-15T22:55:23Z]
parkr_
Correct! `like images, etc
+
[2013-05-15T22:52:59Z]
parkr_
You can monkey-patch in plugins :)
+
[2013-05-15T22:52:49Z]
parkr_
I guess I'd create another Site#cleanup method: https://github.com/mojombo/jekyll/blob/master/lib/jekyll/site.rb#L245
+
[2013-05-15T22:51:57Z]
parkr_
RobW_: Check this out: https://github.com/mojombo/jekyll/blob/master/lib/jekyll/site.rb#L154