1234567891011121314151617181920 |
- {
- "locals": {
- "url": "http://localhost:8080",
- "name": "PDF.js Documentation",
- "description": ""
- },
- "require": {
- "typogr": "typogr"
- },
- "jade": {
- "pretty": true
- },
- "markdown": {
- "smartLists": true,
- "smartypants": true
- },
- "plugins": [
- "./plugins/wintersmith-makerelative.coffee"
- ]
- }
|