config.json 411 B

1234567891011121314151617
  1. {
  2. "locals": {
  3. "name": "The next big thing",
  4. "url": "http://awesomeapp.com/",
  5. "description": "Forget about drag'n'drop, this is where it's at!",
  6. "keywords": "awesome, fast, snappy, instant, horse, pony, unicorn"
  7. },
  8. "nunjucks": {
  9. "autoescape": false
  10. },
  11. "plugins": [
  12. "wintersmith-browserify",
  13. "wintersmith-less",
  14. "wintersmith-nunjucks",
  15. "wintersmith-livereload"
  16. ]
  17. }