-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
35 lines (35 loc) · 848 Bytes
/
Copy pathconfig.json
File metadata and controls
35 lines (35 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"locals": {
"title": "glacierresearch.org",
"url": "http://localhost:8888",
"facebookAppId": "461190244021239"
},
"require": {
"moment": "moment",
"typogr": "typogr",
"_": "underscore"
},
"jade": {
"pretty": true
},
"plugins": [
"./plugins/paginator.coffee",
"wintersmith-data-json",
"wintersmith-less",
"wintersmith-browserify"
],
"markdown": {
"smartLists": true,
"smartypants": true
},
"paginator": {
"perPage": 5,
"template": "blogIndex.jade",
"articles": "blog",
"first": "blog/index.html",
"filename": "blog/page/%d/index.html",
"blogTitle": "Blog"
},
"port": 8888,
"ignore": ["**/.*", "[._]*.s[a-w][a-z]", "[._]s[a-w][a-z]"]
}