pretzel
pretzel copied to clipboard
Incompatibility with GitHub pages - different format for posts
pretzel outputs all posts in the /posts folder. But Jekyll now requires post files have filenames in the format of YEAR-MONTH-DATE-TITLE.md
https://twitter.com/DavidBurela/status/653164103200993281
Thanks for reporting. I don't want to restrict posts name by default, but this could be an option, like:
restrictions:
GitHubPages: true
A PR is welcome :smiley:
Well I don't think it is a limitation of GitHub pages, I think it is the new Jekyll spec.
In that case the option should have another name, but I don't want to restrict post name by default.