Assign /docs/sidebar nav as a Front Matter default

This commit is contained in:
Michael Rose 2016-04-18 16:26:01 -04:00
parent 48b7ed2456
commit 1579805e3d
20 changed files with 3 additions and 39 deletions

View File

@ -193,6 +193,8 @@ defaults:
author_profile: false author_profile: false
share: false share: false
comments: false comments: false
sidebar:
nav: "docs"
# _recipes # _recipes
- scope: - scope:
path: "" path: ""

View File

@ -2,8 +2,6 @@
title: "Quick-Start Guide" title: "Quick-Start Guide"
permalink: /docs/quick-start-guide/ permalink: /docs/quick-start-guide/
excerpt: "How to quickly install and setup Minimal Mistakes for use with GitHub Pages." excerpt: "How to quickly install and setup Minimal Mistakes for use with GitHub Pages."
sidebar:
nav: docs
modified: 2016-04-13T15:54:02-04:00 modified: 2016-04-13T15:54:02-04:00
--- ---

View File

@ -2,8 +2,6 @@
title: "Structure" title: "Structure"
permalink: /docs/structure/ permalink: /docs/structure/
excerpt: "How the theme is organized and what all of the files are for." excerpt: "How the theme is organized and what all of the files are for."
sidebar:
nav: docs
modified: 2016-04-13T15:54:02-04:00 modified: 2016-04-13T15:54:02-04:00
--- ---

View File

@ -2,8 +2,6 @@
title: "Installation" title: "Installation"
permalink: /docs/installation/ permalink: /docs/installation/
excerpt: "Instructions for installing the theme for new and existing Jekyll based sites." excerpt: "Instructions for installing the theme for new and existing Jekyll based sites."
sidebar:
nav: docs
modified: 2016-04-13T15:54:02-04:00 modified: 2016-04-13T15:54:02-04:00
--- ---

View File

@ -2,8 +2,6 @@
title: "Upgrading" title: "Upgrading"
permalink: /docs/upgrading/ permalink: /docs/upgrading/
excerpt: "Instructions and suggestions for upgrading the theme." excerpt: "Instructions and suggestions for upgrading the theme."
sidebar:
nav: docs
modified: 2016-04-13T15:54:02-04:00 modified: 2016-04-13T15:54:02-04:00
--- ---

View File

@ -2,8 +2,6 @@
title: "Configuration" title: "Configuration"
permalink: /docs/configuration/ permalink: /docs/configuration/
excerpt: "Settings for configuring and customizing the theme." excerpt: "Settings for configuring and customizing the theme."
sidebar:
nav: docs
modified: 2016-04-14 modified: 2016-04-14
--- ---

View File

@ -2,8 +2,6 @@
title: "Navigation" title: "Navigation"
permalink: /docs/navigation/ permalink: /docs/navigation/
excerpt: "Instructions on how to customize the main navigation and enabling breadcrumb links." excerpt: "Instructions on how to customize the main navigation and enabling breadcrumb links."
sidebar:
nav: docs
modified: 2016-04-13T15:54:02-04:00 modified: 2016-04-13T15:54:02-04:00
--- ---

View File

@ -2,8 +2,6 @@
title: "UI Text" title: "UI Text"
permalink: /docs/ui-text/ permalink: /docs/ui-text/
excerpt: "Text for customizing various user interface elements found in the theme." excerpt: "Text for customizing various user interface elements found in the theme."
sidebar:
nav: docs
modified: 2016-04-13T15:54:02-04:00 modified: 2016-04-13T15:54:02-04:00
--- ---

View File

@ -2,8 +2,6 @@
title: "Authors" title: "Authors"
permalink: /docs/authors/ permalink: /docs/authors/
excerpt: "Instructions and settings for working with multiple site authors." excerpt: "Instructions and settings for working with multiple site authors."
sidebar:
nav: docs
modified: 2016-04-13T15:54:02-04:00 modified: 2016-04-13T15:54:02-04:00
--- ---

View File

@ -2,8 +2,6 @@
title: "Layouts" title: "Layouts"
permalink: /docs/layouts/ permalink: /docs/layouts/
excerpt: "Descriptions and samples of all layouts included with the theme and how to best use them." excerpt: "Descriptions and samples of all layouts included with the theme and how to best use them."
sidebar:
nav: docs
single_layout_gallery: single_layout_gallery:
- image_path: mm-layout-single-header.png - image_path: mm-layout-single-header.png
alt: "single layout with header example" alt: "single layout with header example"

View File

@ -2,8 +2,6 @@
title: "Working with Posts" title: "Working with Posts"
permalink: /docs/posts/ permalink: /docs/posts/
excerpt: "Suggestions and Front Matter defaults for working with posts." excerpt: "Suggestions and Front Matter defaults for working with posts."
sidebar:
nav: docs
modified: 2016-04-13T15:54:02-04:00 modified: 2016-04-13T15:54:02-04:00
--- ---

View File

@ -2,8 +2,6 @@
title: "Working with Pages" title: "Working with Pages"
permalink: /docs/pages/ permalink: /docs/pages/
excerpt: "Suggestions and Front Matter defaults for working with pages." excerpt: "Suggestions and Front Matter defaults for working with pages."
sidebar:
nav: docs
modified: 2016-04-13T15:54:02-04:00 modified: 2016-04-13T15:54:02-04:00
--- ---

View File

@ -2,8 +2,6 @@
title: "Working with Collections" title: "Working with Collections"
permalink: /docs/collections/ permalink: /docs/collections/
excerpt: "Suggestions and Front Matter defaults for working with collections." excerpt: "Suggestions and Front Matter defaults for working with collections."
sidebar:
nav: docs
modified: 2016-04-13T15:54:02-04:00 modified: 2016-04-13T15:54:02-04:00
--- ---

View File

@ -2,8 +2,6 @@
title: "Helpers" title: "Helpers"
permalink: /docs/helpers/ permalink: /docs/helpers/
excerpt: "Jekyll `_includes` and other helpers to use as shortcuts for creating archives, galleries, table of contents, and more." excerpt: "Jekyll `_includes` and other helpers to use as shortcuts for creating archives, galleries, table of contents, and more."
sidebar:
nav: docs
gallery: gallery:
- url: unsplash-gallery-image-1.jpg - url: unsplash-gallery-image-1.jpg
image_path: unsplash-gallery-image-1-th.jpg image_path: unsplash-gallery-image-1-th.jpg
@ -29,7 +27,7 @@ feature_row:
- image_path: unsplash-gallery-image-3-th.jpg - image_path: unsplash-gallery-image-3-th.jpg
title: "Placeholder 3" title: "Placeholder 3"
excerpt: "This is some sample content that goes here with **Markdown** formatting." excerpt: "This is some sample content that goes here with **Markdown** formatting."
modified: 2016-04-13T15:54:02-04:00 modified: 2016-04-18T16:05:02-04:00
--- ---
{% include base_path %} {% include base_path %}

View File

@ -2,8 +2,6 @@
title: "Utility Classes" title: "Utility Classes"
permalink: /docs/utility-classes/ permalink: /docs/utility-classes/
excerpt: "CSS classes for aligning text/image, styling buttons and notices, and more." excerpt: "CSS classes for aligning text/image, styling buttons and notices, and more."
sidebar:
nav: docs
modified: 2016-04-13T15:54:02-04:00 modified: 2016-04-13T15:54:02-04:00
--- ---

View File

@ -2,8 +2,6 @@
title: "Stylesheets" title: "Stylesheets"
permalink: /docs/stylesheets/ permalink: /docs/stylesheets/
excerpt: "Instructions for customizing and building the theme's stylesheets." excerpt: "Instructions for customizing and building the theme's stylesheets."
sidebar:
nav: docs
modified: 2016-04-14 modified: 2016-04-14
--- ---

View File

@ -2,8 +2,6 @@
title: "JavaScript" title: "JavaScript"
permalink: /docs/javascript/ permalink: /docs/javascript/
excerpt: "Instructions for customizing and building the theme's scripts." excerpt: "Instructions for customizing and building the theme's scripts."
sidebar:
nav: docs
modified: 2016-04-13T15:54:02-04:00 modified: 2016-04-13T15:54:02-04:00
--- ---

View File

@ -2,8 +2,6 @@
title: "Contributing" title: "Contributing"
permalink: /docs/contributing/ permalink: /docs/contributing/
excerpt: "How you can contribute to make this theme better." excerpt: "How you can contribute to make this theme better."
sidebar:
nav: docs
modified: 2016-04-13T15:54:02-04:00 modified: 2016-04-13T15:54:02-04:00
--- ---

View File

@ -2,8 +2,6 @@
title: "2.2 Documentation" title: "2.2 Documentation"
permalink: /docs/docs-2-2/ permalink: /docs/docs-2-2/
excerpt: "Setup and installation instructions for Minimal Mistakes 2.2 (deprecated)." excerpt: "Setup and installation instructions for Minimal Mistakes 2.2 (deprecated)."
sidebar:
nav: docs
modified: 2016-04-13T15:54:02-04:00 modified: 2016-04-13T15:54:02-04:00
--- ---

View File

@ -2,8 +2,6 @@
title: "License" title: "License"
permalink: /docs/license/ permalink: /docs/license/
excerpt: "License for Minimal Mistakes Jekyll Theme." excerpt: "License for Minimal Mistakes Jekyll Theme."
sidebar:
nav: docs
modified: 2016-04-13T15:05:12-04:00 modified: 2016-04-13T15:05:12-04:00
--- ---