-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
asset-manager.json
52 lines (52 loc) · 1.13 KB
/
asset-manager.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
47
48
49
50
51
52
{
"html-dir": "public/",
"base-url": "https://www.gaunt.dev",
"assets": {
"static-dir": "public/",
"generated-dir": "public/generated/",
"json-dir": "data/base-theme/"
},
"gen-assets": {
"static-dir": "static/",
"output-dir": "static/generated/",
"output-bucket": "www.gaunt.dev",
"output-bucket-dir": "generated/",
"max-width": 700,
"max-density": 3
},
"img-to-picture": [
{
"id": "c-project-item__img",
"max-width": 620,
"source-sizes": [
"(min-width: 700px) 400px",
"100vw"
]
},
{
"id": "c-blog-item__img",
"max-width": 620,
"source-sizes": [
"(min-width: 620px) 200px",
"100vw"
]
},
{
"id": "l-blog",
"max-width": 800,
"source-sizes": [
"(min-width: 800px) 800px",
"100vw"
]
},
{
"id": "l-default__main",
"max-width": 800,
"source-sizes": [
"(min-width: 800px) 800px",
"100vw"
]
}
],
"ratio-wrapper": []
}