Joseph Hall (groundh0g)

Results 39 comments of Joseph Hall (groundh0g)

Sure thing. Thanks! Starting a new job today, but will try to get a simple repro case posted on a branch and post a link here as soon as possible.

Hi, @pathawks. Here's a simple example to reproduce the issue. Just clone locally, then `jekyll server` to experience it in all its glory! Navigate between Home / About / Post...

Sure thing. Try this: https://groundh0g.github.io/jekyll-collection-render-issue/index.html

Is there a work-around, or is this a wait until GitHub Pages refreshes after a fix thing?

While not a great workaround, and I'm not terribly pleased with the solution, I thought I would document a hack that seems to meet my needs. Maybe this will help...

If I had a collection defined in a folder named `_my_collection`, the equivalent would be to just put that same content in an (always-rendered) folder - `./my_folder`. To get to...

Makes sense to me. Especially if `_posts` are just another collection. Explains the `content` being populated, but the `output` being null, right?

So, the options are likely these, then? (Just spitballing for the record.) 1. Jekyll treats posts as first-class pages (not collections) 1. Jekyll processes other collections first, then `_posts` (2-pass...

Nope. No change in parser from the default, @RNCTX. Also, no added plugins.