scotch-io / scotch-io.github.io

An Open-Source Bootstrap 3 Jekyll Theme by Scotch
https://scotch.io/tutorials/getting-started-with-jekyll-plus-a-free-bootstrap-3-starter-theme
108 stars 114 forks source link

config.yml has invalid syntax #5

Closed dcunited001 closed 1 year ago

dcunited001 commented 8 years ago

just spent some time debugging the site and trying to figure out why it wouldn't write my posts.

the config.yml has most of the markdown defaults from the jekyll config docs. but if collections: null is set, then this gets interpreted as a string.

i think you copied & pasted from the jekyll docs because that's exactly what i tried to do when i was troubleshooting this and i didn't slow down to think null can't be interpreted here.

4 is being caused by this