mmistakes / jekyll-theme-basically-basic

Your new Jekyll default theme.

Home Page:https://mmistakes.github.io/jekyll-theme-basically-basic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collection Layout not working

thatvirtualboy opened this issue · comments

commented

I've created collection page called menu.markdown with front matter:

---
title: Release Menu
layout: collection
permalink: /releasemenu/
collection: releasemenu
entries_layout: grid
image: /assets/images/release-menu.png
---

I've added collection: releasemenu to a number of posts but they aren't showing up on menu.markdown

I've even added them into their own _releasemenu folder like your _recipe example, but the posts aren't showing up on the page. Any ideas?

commented

Resolved. Didn't realize the _config.yml needed (requirement missing from the Collection documentation).

collections:
  releasemenu:
    output: true
    permalink: /:collection/:path/