21 lines
332 B
JSON
21 lines
332 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|