-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathog-images.json
More file actions
85 lines (85 loc) · 1.64 KB
/
og-images.json
File metadata and controls
85 lines (85 loc) · 1.64 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"Canvas": {
"Width": 1200,
"Height": 630,
"Padding": 20,
"MaxWidth": 900,
"VerticalAlignment": "Center",
"Background": {
"Image": "#images#/#item#/cover.webp",
"FallbackColor": "34,36,54,255",
"OverlayColor": "34,36,54,200"
}
},
"Content": {
"Article": "#content#/#item#/index.md",
"OgImage": "#images#/#item#/og-image.png"
},
"Directories": [
{
"Name": "fonts",
"Path": "public/fonts"
},
{
"Name": "images",
"Path": "public/content"
},
{
"Name": "content",
"Path": "src/data/content"
},
{
"Name": "data",
"Path": "src/data"
}
],
"Fonts": [
{
"Name": "jbmono",
"Path": "#fonts#/jetbrains-mono.ttf",
"Weight": 400
},
{
"Name": "jbmono-bold",
"Path": "#fonts#/jetbrains-mono-bold.ttf",
"Weight": 700
},
{
"Name": "rubik",
"Path": "#fonts#/rubik.ttf",
"Weight": 400
},
{
"Name": "rubik-bold",
"Path": "#fonts#/rubik-bold.ttf",
"Weight": 700
}
],
"Layers": [
{
"Type": "Text",
"Format": "{title}",
"Color": "200,211,245,255",
"Font": "rubik-bold",
"FontSize": 64
},
{
"Type": "Text",
"Format": "{date|dd.MM.yyyy} :: dadyarri",
"Color": "200,211,245,255",
"Font": "jbmono",
"FontSize": 48
},
{
"Type": "ListOfTexts",
"ItemFormat": "{tags|label}",
"Color": "200,211,245,255",
"Background": "34,36,54,255",
"Source": "#data#",
"Font": "jbmono",
"FontSize": 48,
"Padding": 10,
"Gap": 30
}
]
}