mirror of https://github.com/akveo/blur-admin
32 lines
572 B
JSON
32 lines
572 B
JSON
{
|
|
"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": {
|
|
"Quick Start": 1000,
|
|
"Customization": 900
|
|
}
|
|
}
|
|
}
|