-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
87 lines (87 loc) · 1.92 KB
/
data.json
File metadata and controls
87 lines (87 loc) · 1.92 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
86
87
{
"profile": {
"picture": "https://i.imgur.com/SsQRaNE.png",
"name": "LinkStache",
"bio": "A LinkTree clone using Mustache templates"
},
"blocks": [
{
"block": "header",
"text": "Project Links"
},
{
"block": "link",
"text": "Github",
"link": "https://github.com/jacobgb24/LinkStache",
"icon": "fa-brands fa-github"
},
{
"block": "link",
"text": "GUI Editor",
"link": "gui_editor.html",
"icon": "fa-solid fa-shapes"
},
{
"block": "header",
"text": "Tools Used"
},
{
"block": "link",
"text": "Mustache Templates",
"link": "https://mustache.github.io/",
"icon": "fa-solid fa-code"
},
{
"block": "link",
"text": "JSON Schema",
"link": "https://json-schema.org/",
"icon": "fa-solid fa-list-check"
},
{
"block": "link",
"text": "JSON Editor",
"link": "https://github.com/json-editor/json-editor",
"icon": "fa-solid fa-pen"
},
{
"block": "header",
"text": "Other Block Examples"
},
{
"block": "text",
"text": "This is a text block. <i>You can add html tags for additional style</i>"
},
{
"block": "html",
"file": "html_block_example.html"
},
{
"block": "image",
"image": "https://imgur.com/SsQRaNE.png",
"link": "https://example.com"
}
],
"iconLinks": [
{
"link": "https://github.com/jacobgb24/LinkStache",
"icon": "fa-brands fa-github"
},
{
"link": "https://github.com/jacobgb24",
"icon": "fa-solid fa-user"
}
],
"style": {
"circleProfile": true,
"buttonCorners": "round",
"outlinedButton": false,
"imageCorners": "square",
"font": "Karla",
"gradientBg": true,
"bgColor": "#01092c",
"bgColor2": "#4dd6ff",
"buttonColor": "#eeeeee",
"iconSize": "xl",
"iconLinksTop": false
}
}