We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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
_index.html
Sorry, something went wrong.
include: - _index.md
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: