-
Notifications
You must be signed in to change notification settings - Fork 0
/
frontity.settings.js
116 lines (114 loc) · 2.77 KB
/
frontity.settings.js
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
const settings = {
"name": "web-bumi-etam",
"state": {
"frontity": {
// "url": "https://test.frontity.org",
"url": "https://blog.bumietam.web.id/",
"title": "Desa Bumi Etam",
"description": "Website Informasi Desa Bumi Etam"
}
},
"packages": [
{
"name": "@frontity/etam-theme",
"state": {
"theme": {
"menu": [
],
"featured": {
"showOnList": false,
"showOnPost": false
}
}
}
},
// {
// "name": "bumietam-theme",
// },
// {
// "name": "labre-theme",
// "state": {
// "theme": {
// "menu": [
// ["Home", "/"],
// ["Block", "/category/block/"],
// ["Classic", "/category/classic/"],
// ["Alignments", "/tag/alignment-2/"],
// ["About", "/about/"]
// ],
// "featured": {
// "showOnList": false,
// "showOnPost": false
// }
// }
// }
// },
// {
// "name": "@frontity/bootstrap-theme",
// "state": {
// "theme": {
// "menu": [
// [
// "Home",
// "/"
// ],
// [
// "Nature",
// "/category/nature/"
// ],
// [
// "Travel",
// "/category/travel/"
// ],
// [
// "Japan",
// "/tag/japan/"
// ],
// [
// "About Us",
// "/about-us/"
// ]
// ],
// "featured": {
// "showOnList": false,
// "showOnPost": false
// }
// }
// }
// },
{
"name": "@frontity/wp-source",
"state": {
"source": {
// "url": "https://test.frontity.org/",
// "url": "https://webbumietam.000webhostapp.com/",
"url": "https://www.blog.bumietam.web.id/",
// "url": "https://jsnation2020.frontity.org/wp-json"
// "redirections": "404",
"postTypes": [
// {
// type: "destinations",
// endpoint: "destinations",
// archive: "/destinations",
// }
{
type: "pariwisata",
endpoint: "pariwisata",
archive: "/pariwisata",
},
{
type: "flora-mangrove",
endpoint: "flora-mangrove",
archive: "/flora-mangrove",
}
],
"homepage": "/beranda",
"postsPage": "/archives"
}
}
},
"@frontity/tiny-router",
"@frontity/html2react"
]
};
export default settings;