blog.negative9.net/config.json

29 lines
615 B
JSON
Raw Normal View History

2018-03-11 11:15:42 +00:00
{
"locals": {
2018-03-19 00:43:01 +00:00
"url": "http://negative9.net",
"home": "http://blog.negative9.net",
2018-03-11 11:15:42 +00:00
"name": "DEVELOPER LOG",
"owner": "Geoff Doty",
"description": "Inspiration Through Code",
2018-05-03 04:03:07 +00:00
"blerb": "Memory is a fickel thing, and code is read more than it is written, so write about it, write well, and remember"
2018-03-11 11:15:42 +00:00
},
"plugins": [
"./plugins/paginator.coffee"
],
"require": {
"moment": "moment",
"_": "underscore",
"typogr": "typogr"
},
"jade": {
"pretty": true
},
"markdown": {
"smartLists": true,
"smartypants": true
},
"paginator": {
"perPage": 3
}
}