_site folder was updating exactly what was written in any file in the root folder. That means, that instead of rendering (or, piecing together) all the little bits and bops like Jekyll is supposed to do, Jekyll was directly adding YAML as text._site folder. That's the best explanation I can come up with. I couldn't find anything of the sort on the interwebs - that might be my own short-coming, and I nearly wrote a SOF Question to figure this out...I just can't be bothered to prove myself to you bastards. No offense. :}$ jekyll clean does the trick, i.e. it erases the build within your _site.$ jekyll build and you're good to go.
Published: 2016-12-13