blog.negative9.net/config.json

29 lines
615 B
JSON

{
"locals": {
"url": "http://negative9.net",
"home": "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"
},
"plugins": [
"./plugins/paginator.coffee"
],
"require": {
"moment": "moment",
"_": "underscore",
"typogr": "typogr"
},
"jade": {
"pretty": true
},
"markdown": {
"smartLists": true,
"smartypants": true
},
"paginator": {
"perPage": 3
}
}