Update troubleshooting.md

update to include an error for a jekyll build related to issues ...
https://github.com/jekyll/jekyll/issues/5267
https://github.com/jekyll/jekyll/issues/2938
This commit is contained in:
Charles Horn 2016-08-22 12:22:37 -04:00 committed by GitHub
parent 594a6bf193
commit a24636d1dc
1 changed files with 5 additions and 0 deletions

View File

@ -180,6 +180,11 @@ That is: defaults are overridden by options specified in `_config.yml`,
and flags specified at the command-line will override all other settings and flags specified at the command-line will override all other settings
specified elsewhere. specified elsewhere.
If you encounter an error in building the site, with the error message
"'0000-00-00-welcome-to-jekyll.markdown.erb' does not have a valid date in the
YAML front matter." try including the line `exclude: [vendor]`
in `_config.yml`.
## Markup Problems ## Markup Problems
The various markup engines that Jekyll uses may have some issues. This The various markup engines that Jekyll uses may have some issues. This