Skip to content

Directory Structure Not Working/Understandable #2703

Answered by iBug
khanfarhan10 asked this question in Q&A
Discussion options

You must be logged in to vote

Check the docs: https://jekyllrb.com/docs/collections/

You need to explicitly enable collections and render them into pages in your _config.yml:

collections:
  my_collection:
    output: true
  my_another_collection:
    output: true

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mmistakes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2703 on December 09, 2020 03:27.