From a24636d1dccef5cb63f86d2435f40286673c87f0 Mon Sep 17 00:00:00 2001 From: Charles Horn Date: Mon, 22 Aug 2016 12:22:37 -0400 Subject: [PATCH] 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 --- site/_docs/troubleshooting.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/site/_docs/troubleshooting.md b/site/_docs/troubleshooting.md index c78e7a06..a1299612 100644 --- a/site/_docs/troubleshooting.md +++ b/site/_docs/troubleshooting.md @@ -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 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 The various markup engines that Jekyll uses may have some issues. This