Post list doesn't show up on .../posts #369
-
Hello! Thanks for amazing theme for github.io blog! I currently set up the directory as this https://github.com/sosunnyproject/sosunnyproject.github.io # Front Matter Defaults
defaults:
# Posts defaults
- scope:
path: "_posts"
type: posts
values:
layout: post
share: true Not sure if I should write my path as "/docs/_posts". |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For
I'd encourage you to check Jekylll's official docs on front matter defaults as they explain it all more better than I could. https://jekyllrb.com/docs/configuration/front-matter-defaults/ |
Beta Was this translation helpful? Give feedback.
For
_posts
I've always just done front matter defaults like this:I'd encourage you to check Jekylll's official docs on front matter defaults as they explain it all more better than I could.
https://jekyllrb.com/docs/configuration/front-matter-defaults/