You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use a colon (or probably other invalid YAML characters) in your page metadata, like this:
---
title: baltimore nodeschool: so much fun or stuff
---
you'll get an error but we should catch the error and give more information about the file. Right now, in the gulp version (jasonrhodes/gulp-pagemaki@ea46d69) you get an error like this:
/Users/jason/www/baltimorenodeschool.github.io/node_modules/js-yaml/lib/js-yaml/loader.js:149
throw generateError(state, message);
^
YAMLException: JS-YAML: incomplete explicit mapping pair; a key node is missed at line 3, column 29:
title: baltimore nodeschool\: learn node.js such fun events ...
but there is no mention of which file the bad-formed YAML came from. This probably needs to be fixed at this level and not at the gulp plugin level.
The text was updated successfully, but these errors were encountered:
If you use a colon (or probably other invalid YAML characters) in your page metadata, like this:
you'll get an error but we should catch the error and give more information about the file. Right now, in the gulp version (jasonrhodes/gulp-pagemaki@ea46d69) you get an error like this:
but there is no mention of which file the bad-formed YAML came from. This probably needs to be fixed at this level and not at the gulp plugin level.
The text was updated successfully, but these errors were encountered: