Joseph Hall (groundh0g)
Joseph Hall (groundh0g)
After giving it a little more thought, I believe this task should be pushed to the next release (v 0.5.0). That's when I'll be cleaning up the development branch. If...
This needs to happen later rather than sooner. Refactoring early will introduce more merge conflicts. Bumping to next release to keep this release clean.
Based on your description, the fix seems sound. I'll do some testing to verify (all posts, subset of posts, ...) then incorporate your changes if all seems well or report...
When I first came to Jekyll, I didn't find rake tasks intuitive at all. I wouldn't expect a newbie to know to type `rake config` or something similar from their...
I've shared a plan with @plusjade to implement multi-blog and multilingual support. (Two separate tasks.) Will share the notes with you guys after his review if he doesn't think they're...
FYI. I tried capturing the rendered text and applying the `markdownify` filter on it. No luck. I did add a hack to the `_footer` collection that does a string replace...
Commented out the line, but no change. v3.4.3. I see the same behavior on GitHub Pages. ``` output = document.content if document.render_with_liquid? Jekyll.logger.debug "Rendering Liquid:", document.relative_path output = render_liquid(output, payload,...
Note: I'm not a Ruby dev, and I think all I did was change the source. I added gibberish and jekyll ran as usual, so .... how does one rebuild...
I took some time to examine the collection values (from the default.html template), with the interesting bit being: ``` {% assign foo = site.collections | where: "label", "content_sidebars" %} {{...
I have a collection where users can put 0 or more markdown files for the footer (`_collection_footer`), and the same thing for the sidebar (`_collection_sidebars`). Those items are included in...