-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathfoley.json
46 lines (46 loc) · 1019 Bytes
/
foley.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
44
45
46
{
"paths": {
"build": "_dist/",
"buildAssets": "_dist/assets/",
"svgicon": "_svgicon",
"scss": "src/scss/",
"files": "src/files/",
"fonts": "src/fonts/",
"icons": "src/icons/",
"img": "src/img/",
"js": "src/js/",
"spec": "spec/",
"layouts": "src/layouts/",
"pages": "src/pages/",
"partials": "src/partials/",
"data": "src/data/",
"generatedData": "src/data/generated/"
},
"autoprefixer": {},
"critical": {
"dimensions": [{
"width": "320",
"height": "480"
}, {
"width": "1200",
"height": "900"
}]
},
"metalsmith": {
"plugins": {
"metalsmith-metadata-directory": {
"directory": "./src/data/**/*.json"
},
"metalsmith-drafts": true,
"metalsmith-layouts": {
"engine": "handlebars",
"directory": "./src/layouts",
"partials": "./src/partials",
"rename": true
},
"metalsmith-in-place": {
"engine": "handlebars"
}
}
}
}