ultimate-jekyll-manager 0.0.104 → 0.0.106
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/defaults/src/_includes/backend/sections/sidebar.json +33 -30
- package/dist/defaults/src/_includes/backend/sections/topbar.json +19 -10
- package/dist/defaults/src/_includes/frontend/sections/footer.json +1 -2
- package/dist/defaults/src/_includes/frontend/sections/nav.json +30 -10
- package/package.json +1 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
logo: {
|
|
3
|
-
href: '/
|
|
3
|
+
href: '/',
|
|
4
|
+
class: 'filter-adaptive'
|
|
4
5
|
},
|
|
5
6
|
links: [
|
|
6
7
|
{
|
|
@@ -12,58 +13,60 @@
|
|
|
12
13
|
header: true,
|
|
13
14
|
label: 'Main Menu'
|
|
14
15
|
},
|
|
16
|
+
// {
|
|
17
|
+
// label: 'Analytics',
|
|
18
|
+
// href: '/dashboard/analytics',
|
|
19
|
+
// icon: 'chart-line'
|
|
20
|
+
// },
|
|
15
21
|
{
|
|
16
|
-
label: '
|
|
17
|
-
href: '/dashboard/analytics',
|
|
18
|
-
icon: 'chart-line'
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
label: 'Projects',
|
|
22
|
+
label: 'Items',
|
|
22
23
|
href: null,
|
|
23
24
|
icon: 'folder',
|
|
24
25
|
dropdown: [
|
|
25
26
|
{
|
|
26
|
-
label: 'All
|
|
27
|
-
href: '/dashboard/
|
|
27
|
+
label: 'All Items',
|
|
28
|
+
href: '/dashboard/items',
|
|
28
29
|
icon: 'list'
|
|
29
30
|
},
|
|
30
31
|
{
|
|
31
32
|
label: 'Create New',
|
|
32
|
-
href: '/dashboard/
|
|
33
|
+
href: '/dashboard/items/new',
|
|
33
34
|
icon: 'plus'
|
|
34
35
|
}
|
|
35
36
|
]
|
|
36
37
|
},
|
|
37
|
-
{
|
|
38
|
-
label: 'Users',
|
|
39
|
-
href: '/dashboard/users',
|
|
40
|
-
icon: 'users'
|
|
41
|
-
},
|
|
42
38
|
// {
|
|
43
|
-
//
|
|
39
|
+
// label: 'Users',
|
|
40
|
+
// href: '/dashboard/users',
|
|
41
|
+
// icon: 'users'
|
|
44
42
|
// },
|
|
45
43
|
{
|
|
46
44
|
header: true,
|
|
47
|
-
label: '
|
|
45
|
+
label: 'Explore'
|
|
48
46
|
},
|
|
49
47
|
{
|
|
50
48
|
label: 'Account',
|
|
51
|
-
href: '/
|
|
49
|
+
href: '/account#profile',
|
|
52
50
|
icon: 'user-gear'
|
|
53
51
|
},
|
|
54
52
|
{
|
|
55
|
-
label: '
|
|
56
|
-
href: '/
|
|
57
|
-
icon: '
|
|
58
|
-
badge: {
|
|
59
|
-
text: 'Pro',
|
|
60
|
-
color: 'primary'
|
|
61
|
-
}
|
|
53
|
+
label: 'Homepage',
|
|
54
|
+
href: '/',
|
|
55
|
+
icon: 'house'
|
|
62
56
|
},
|
|
63
|
-
{
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
57
|
+
// {
|
|
58
|
+
// label: 'Billing',
|
|
59
|
+
// href: '/dashboard/billing',
|
|
60
|
+
// icon: 'credit-card',
|
|
61
|
+
// badge: {
|
|
62
|
+
// text: 'Pro',
|
|
63
|
+
// color: 'primary'
|
|
64
|
+
// }
|
|
65
|
+
// },
|
|
66
|
+
],
|
|
67
|
+
bottom: {
|
|
68
|
+
ad: {
|
|
69
|
+
enabled: true,
|
|
67
70
|
}
|
|
68
|
-
|
|
71
|
+
}
|
|
69
72
|
}
|
|
@@ -44,28 +44,37 @@
|
|
|
44
44
|
],
|
|
45
45
|
dropdown: [
|
|
46
46
|
{
|
|
47
|
-
label: '
|
|
47
|
+
label: 'Account',
|
|
48
48
|
href: '/account#profile',
|
|
49
|
-
icon: 'user'
|
|
49
|
+
icon: 'user-gear'
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
|
-
label: '
|
|
53
|
-
href: '/
|
|
54
|
-
icon: '
|
|
52
|
+
label: 'Dashboard',
|
|
53
|
+
href: '/dashboard',
|
|
54
|
+
icon: 'gauge-high'
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
57
|
+
divider: true,
|
|
58
|
+
attributes: [
|
|
59
|
+
['data-wm-bind', '@show auth.account.roles.admin']
|
|
60
|
+
]
|
|
60
61
|
},
|
|
61
62
|
{
|
|
62
|
-
|
|
63
|
+
label: 'Admin Panel',
|
|
64
|
+
href: '/admin',
|
|
65
|
+
icon: 'shield-halved',
|
|
66
|
+
attributes: [
|
|
67
|
+
['data-wm-bind', '@show auth.account.roles.admin']
|
|
68
|
+
]
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
divider: true,
|
|
63
72
|
},
|
|
64
73
|
{
|
|
65
74
|
label: 'Sign Out',
|
|
66
75
|
icon: 'arrow-right-from-bracket',
|
|
67
76
|
class: 'auth-signout-btn text-danger'
|
|
68
|
-
}
|
|
77
|
+
},
|
|
69
78
|
]
|
|
70
79
|
}
|
|
71
80
|
]
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
logo: {
|
|
3
|
-
href: '/'
|
|
3
|
+
href: '/',
|
|
4
|
+
class: 'filter-adaptive'
|
|
4
5
|
},
|
|
5
6
|
links: [
|
|
6
7
|
{
|
|
@@ -41,6 +42,16 @@
|
|
|
41
42
|
['data-wm-bind', '@show !auth.user']
|
|
42
43
|
]
|
|
43
44
|
},
|
|
45
|
+
// {
|
|
46
|
+
// label: 'Premium',
|
|
47
|
+
// href: '/pricing',
|
|
48
|
+
// color: 'adaptive',
|
|
49
|
+
// icon: 'crown',
|
|
50
|
+
// attributes: [
|
|
51
|
+
// ['data-wm-bind', '@show auth.account.subscription.product === basic'],
|
|
52
|
+
// ['hidden', '']
|
|
53
|
+
// ]
|
|
54
|
+
// },
|
|
44
55
|
{
|
|
45
56
|
type: 'account',
|
|
46
57
|
attributes: [
|
|
@@ -49,22 +60,31 @@
|
|
|
49
60
|
],
|
|
50
61
|
dropdown: [
|
|
51
62
|
{
|
|
52
|
-
label: '
|
|
63
|
+
label: 'Account',
|
|
53
64
|
href: '/account#profile',
|
|
54
|
-
icon: 'user'
|
|
65
|
+
icon: 'user-gear'
|
|
55
66
|
},
|
|
56
67
|
{
|
|
57
|
-
label: '
|
|
58
|
-
href: '/
|
|
59
|
-
icon: '
|
|
68
|
+
label: 'Dashboard',
|
|
69
|
+
href: '/dashboard',
|
|
70
|
+
icon: 'gauge-high'
|
|
60
71
|
},
|
|
61
72
|
{
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
73
|
+
divider: true,
|
|
74
|
+
attributes: [
|
|
75
|
+
['data-wm-bind', '@show auth.account.roles.admin']
|
|
76
|
+
]
|
|
65
77
|
},
|
|
66
78
|
{
|
|
67
|
-
|
|
79
|
+
label: 'Admin Panel',
|
|
80
|
+
href: '/admin/dashboard',
|
|
81
|
+
icon: 'shield-halved',
|
|
82
|
+
attributes: [
|
|
83
|
+
['data-wm-bind', '@show auth.account.roles.admin']
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
divider: true,
|
|
68
88
|
},
|
|
69
89
|
{
|
|
70
90
|
label: 'Sign Out',
|