-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.json
43 lines (43 loc) · 894 Bytes
/
config.json
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
36
37
38
39
40
41
42
43
{
"locals": {
"url": "http://localhost:8080/",
"title": "DOBT Knowledge Base",
"section_sort_order": {}
},
"require": {
"_": "underscore"
},
"plugins": [
"./plugins/sass.coffee",
"wintersmith-coffee",
"./plugins/nap.coffee",
"./plugins/markdown-helper.coffee",
"./plugins/redirects.coffee"
],
"ignore": [
"styles/includes/*",
"**/.DS_Store"
],
"markdown": {
"smartypants": true,
"gfm": true,
"tables": true
},
"nap": {
"assets": {
"js": {
"main": [
"/js/flash_placeholder.js",
"/js/service_status.coffee",
"/js/styled_controls.coffee",
"/js/styled_select.coffee",
"/js/toggle_class.coffee",
"/js/purl.js",
"/js/jquery.placeholder.js",
"/js/jquery.fitvids.js",
"/js/main.coffee"
]
}
}
}
}