28 lines
582 B
JSON
28 lines
582 B
JSON
|
{
|
||
|
"locals": {
|
||
|
"url": "http://blog.negative9.net",
|
||
|
"name": "DEVELOPER LOG",
|
||
|
"owner": "Geoff Doty",
|
||
|
"description": "Inspiration Through Code",
|
||
|
"blerb": "Memory is a fickel thing, and code is read more than it is written, so write about it, write well, and remember it"
|
||
|
},
|
||
|
"plugins": [
|
||
|
"./plugins/paginator.coffee"
|
||
|
],
|
||
|
"require": {
|
||
|
"moment": "moment",
|
||
|
"_": "underscore",
|
||
|
"typogr": "typogr"
|
||
|
},
|
||
|
"jade": {
|
||
|
"pretty": true
|
||
|
},
|
||
|
"markdown": {
|
||
|
"smartLists": true,
|
||
|
"smartypants": true
|
||
|
},
|
||
|
"paginator": {
|
||
|
"perPage": 3
|
||
|
}
|
||
|
}
|