blur-admin/docs/config.json

33 lines
595 B
JSON
Raw Normal View History

{
"baseUrl": "/blur-admin/",
"locals": {
"url": "http://localhost:8080",
"name": "The Wintersmith's blog",
"owner": "Someone",
"description": "Ramblings of an immor(t)al demigod"
},
"plugins": [
"./plugins/paginator.coffee"
],
"require": {
"moment": "moment",
"_": "underscore",
"typogr": "typogr"
},
"jade": {
"pretty": true
},
"markdown": {
"smartLists": true,
"smartypants": true
},
"paginator": {
"perPage": 3,
"groupSort": {
"First Group": 100,
"Second Group": 200,
"Third Group": 50
}
}
}