-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
frontaid.content.json
63 lines (63 loc) · 1.44 KB
/
frontaid.content.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
53
54
55
56
57
58
59
60
61
62
63
{
"index": {
"title": "Krishna Kishore's Portfolio and Blog"
},
"Components": {
"Navbar": {
"Title": "Krishna Kishore"
},
"Menu": {
"Info_Section": {
"title": "Krishna Kishore"
},
"Tile_section": [
{
"direction": "bottom",
"title": "Works",
"subTitle": "Things I've done.",
"url": "/works",
"theme": "primary"
},
{
"direction": "left",
"title": "About",
"subTitle": "Get to know me.",
"url": "/about",
"theme": "secondary"
},
{
"direction": "right",
"title": "Nuggets",
"subTitle": "Bite sized posts that teach you something",
"url": "/nuggets",
"theme": "secondary"
},
{
"direction": "top",
"title": "Posts",
"subTitle": "My ramblings about things that excite me.",
"url": "/posts",
"theme": "primary"
}
]
}
},
"pages": [
{
"title": "Foo Page",
"path": "/foo",
"content": "<p>Foo content...</p><h2>Heading</h2><p>Some other content...</p>"
},
{
"title": "Bar Page",
"path": "/bar",
"content": "<p><strong>Bar</strong> content...</p>"
},
{
"title": "Baz Page",
"path": "/baz",
"content": "<p><strong>Baz</strong> content...</p>"
}
],
"custom-list": [{}]
}