mmistakes / jekyll-theme-skinny-bones

A Jekyll starter with a variety of flexible layouts and components.
https://mmistakes.github.io/jekyll-theme-skinny-bones
MIT License
802 stars 907 forks source link

messags.yml: did not find expected key #51

Closed powersj closed 8 years ago

powersj commented 8 years ago

When pulling down the latest master and building right away the following error is printed out:

% bundle exec jekyll build
Configuration file: /home/powersj/Downloads/skinny-bones-jekyll-master/_config.yml
            Source: /home/powersj/Downloads/skinny-bones-jekyll-master
       Destination: /home/powersj/Downloads/skinny-bones-jekyll-master/_site
      Generating... 
jekyll 2.5.3 | Error:  (/home/powersj/Downloads/skinny-bones-jekyll-master/_data/messages.yml): did not find expected key while parsing a block mapping at line 7 column 3

Turns out the latest merge request adding French encoding has an extra couple spaces in the yaml at line 33. I'll submit a merge request shortly with the fix.

powersj commented 8 years ago

See merge request #52

mmistakes commented 8 years ago

Thanks @powersj