1234567891011121314151617181920212223242526 |
- {
- "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"
- },
- "pug": {
- "pretty": true
- },
- "markdown": {
- "smartLists": true,
- "smartypants": true
- },
- "paginator": {
- "perPage": 3
- }
- }
|