dev-cheatsheets
dev-cheatsheets copied to clipboard
Use _index.md
trafficstars
There is a pattern from other projects
Will it work in Jekyll?
If I have frontmatter in it should be okay. Check that the path resolves too in the URL though.
That is just a Hugo thing
It is hard in Jekyll
https://help.github.jp/enterprise/2.11/user/articles/files-that-start-with-an-underscore-are-missing/
https://jekyllrb.com/docs/configuration/options/
Even when using include: option for _index.md the file gets rendered as _index.html. So need a permalink option that will work.
include:
- _index.md