diff --git a/_config.yml b/_config.yml index c8869170c..54cb0f2c6 100644 --- a/_config.yml +++ b/_config.yml @@ -61,23 +61,19 @@ defaults: path: "*.md" values: layout: markdown - menu-layout: horizontal - scope: type: "pages" values: layout: default - menu-layout: horizontal - scope: type: "docs" values: layout: docs - menu-layout: horizontal - scope: type: "components" values: layout: component - menu-layout: horizontal colors: diff --git a/pages/_data/layouts.yml b/pages/_data/layouts.yml index e6c8dc27a..8fc2f4277 100644 --- a/pages/_data/layouts.yml +++ b/pages/_data/layouts.yml @@ -1,24 +1,35 @@ - title: Default tabler layout + page: layouts.html config: topmenu: true - title: Dark navigation + page: layout-dark-navigation.html config: topmenu: true topmenu-dark: true +- title: Dark topnav + page: layout-dark-topnav.html + config: + topmenu: true + topnav-dark: true + - title: Sidebar + page: layout-sidebar.html new: true config: sidebar: true - title: Dark sidebar + page: layout-sidebar-dark.html new: true config: sidebar: true sidebar-dark: true - title: Narrow sidebar + page: layout-sidebar-narrow.html new: true config: sidebar: true @@ -26,17 +37,20 @@ sidebar-dark: true - title: Right sidebar + page: layout-sidebar-right.html new: true config: sidebar-right: true - title: Sidebar only + page: layout-sidebar-only.html new: true config: sidebar: true hide-topnav: true - title: Dark mode + page: layout-dark.html soon: true config: sidebar: true diff --git a/pages/_includes/layout/layouts-list.html b/pages/_includes/layout/layouts-list.html index 1c0ec0878..7f826a7ab 100644 --- a/pages/_includes/layout/layouts-list.html +++ b/pages/_includes/layout/layouts-list.html @@ -4,7 +4,7 @@