{
  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,
    }
  }
}
