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

Static localization support [part 2] #49

Closed mmistakes closed 8 years ago

mmistakes commented 8 years ago

Building off of @yonojoy's work I baked the updates into the theme's source Javascript file _main.js instead of the compiled version. Added a new Grunt task to prepend the file with a blank YAML Front Matter header and set site.locale to en as a default.