config.json 332 B

1234567891011121314151617181920
  1. {
  2. "locals": {
  3. "url": "http://localhost:8080",
  4. "name": "PDF.js Documentation",
  5. "description": ""
  6. },
  7. "require": {
  8. "typogr": "typogr"
  9. },
  10. "jade": {
  11. "pretty": true
  12. },
  13. "markdown": {
  14. "smartLists": true,
  15. "smartypants": true
  16. },
  17. "plugins": [
  18. "./plugins/wintersmith-makerelative.coffee"
  19. ]
  20. }