ultimate-jekyll-manager
Version:
Ultimate Jekyll dependency manager
74 lines (73 loc) • 1.28 kB
JSON
{
logo: {
href: '/',
class: 'filter-adaptive',
text: '{{ site.brand.name }}',
},
links: [
{
label: 'Dashboard',
href: '/dashboard',
icon: 'gauge-high'
},
{
header: true,
label: 'Main Menu'
},
// {
// label: 'Analytics',
// href: '/dashboard/analytics',
// icon: 'chart-line'
// },
{
label: 'Items',
href: null,
icon: 'folder',
dropdown: [
{
label: 'All Items',
href: '/dashboard/items',
icon: 'list'
},
{
label: 'Create New',
href: '/dashboard/items/new',
icon: 'plus'
}
]
},
// {
// label: 'Users',
// href: '/dashboard/users',
// icon: 'users'
// },
{
header: true,
label: 'Explore'
},
{
label: 'Account',
href: '/account#profile',
icon: 'user-gear'
},
{
label: 'Homepage',
href: '/',
icon: 'house'
},
// {
// label: 'Billing',
// href: '/dashboard/billing',
// icon: 'credit-card',
// badge: {
// text: 'Pro',
// class: 'bg-primary'
// }
// },
],
bottom: {
ad: {
enabled: true,
}
}
}