-
Notifications
You must be signed in to change notification settings - Fork 0
/
mixture.json
42 lines (42 loc) · 947 Bytes
/
mixture.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
{
"convertHtml": {
"relativePaths": true
},
"customRubyPath": null,
"debug": true,
"domain": null,
"followLeader": true,
"lintScripts": false,
"modelSource": null,
"optimiseImages": true,
"preprocessorLocations": [
"assets"
],
"preprocessorScriptOutput": "assets/js",
"preprocessorStyleOutput": "assets/css",
"projectDescription": "A Simple Mixture blog boilerplate",
"projectName": "AboutUs",
"publishedId": null,
"remoteDebugPort": null,
"routes": [
{
"redirect": null,
"route": "page-:page",
"template": "index"
},
{
"redirect": null,
"route": "tag/:tag",
"template": "index"
}
],
"serverHostname": null,
"serverPort": null,
"simpleModeFileTypes": null,
"simpleModePartnerServer": null,
"templateDefaultLayout": "layout",
"templateDefaultPage": "index",
"templateDirectory": "templates",
"type": "mixture",
"useCompass": true
}