Ah I see. Jekyll doesn't treat the blog layout as a page, which is why it's missing. However, site.documents only solves the problem for your specific case, because it doesn't include pages. What's missing is a collection of all pages and documents, that Jekyll doesn't provide by itself. Using this in 9.1.2:
I've only looked at
posts_page
, I haven't tried any of the other options in the file.Jekyll 4.2.0; relies on the localised version mentioned in #258
I've had real trouble getting it to match anything, and after some investigation I believe that this is the required change:
for this to work:
--- layout: welcome title: chisel's place cover: true posts_page: /blog/ --- <!--author--> ## Recent Posts <!--posts-->
with this featured category:
Without this change, I see:
With this change, I see (the expected):
The text was updated successfully, but these errors were encountered: