Assign /docs/sidebar nav as a Front Matter default
This commit is contained in:
parent
48b7ed2456
commit
1579805e3d
@ -193,6 +193,8 @@ defaults:
|
||||
author_profile: false
|
||||
share: false
|
||||
comments: false
|
||||
sidebar:
|
||||
nav: "docs"
|
||||
# _recipes
|
||||
- scope:
|
||||
path: ""
|
||||
|
@ -2,8 +2,6 @@
|
||||
title: "Quick-Start Guide"
|
||||
permalink: /docs/quick-start-guide/
|
||||
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
|
||||
---
|
||||
|
||||
|
@ -2,8 +2,6 @@
|
||||
title: "Structure"
|
||||
permalink: /docs/structure/
|
||||
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
|
||||
---
|
||||
|
||||
|
@ -2,8 +2,6 @@
|
||||
title: "Installation"
|
||||
permalink: /docs/installation/
|
||||
excerpt: "Instructions for installing the theme for new and existing Jekyll based sites."
|
||||
sidebar:
|
||||
nav: docs
|
||||
modified: 2016-04-13T15:54:02-04:00
|
||||
---
|
||||
|
||||
|
@ -2,8 +2,6 @@
|
||||
title: "Upgrading"
|
||||
permalink: /docs/upgrading/
|
||||
excerpt: "Instructions and suggestions for upgrading the theme."
|
||||
sidebar:
|
||||
nav: docs
|
||||
modified: 2016-04-13T15:54:02-04:00
|
||||
---
|
||||
|
||||
|
@ -2,8 +2,6 @@
|
||||
title: "Configuration"
|
||||
permalink: /docs/configuration/
|
||||
excerpt: "Settings for configuring and customizing the theme."
|
||||
sidebar:
|
||||
nav: docs
|
||||
modified: 2016-04-14
|
||||
---
|
||||
|
||||
|
@ -2,8 +2,6 @@
|
||||
title: "Navigation"
|
||||
permalink: /docs/navigation/
|
||||
excerpt: "Instructions on how to customize the main navigation and enabling breadcrumb links."
|
||||
sidebar:
|
||||
nav: docs
|
||||
modified: 2016-04-13T15:54:02-04:00
|
||||
---
|
||||
|
||||
|
@ -2,8 +2,6 @@
|
||||
title: "UI Text"
|
||||
permalink: /docs/ui-text/
|
||||
excerpt: "Text for customizing various user interface elements found in the theme."
|
||||
sidebar:
|
||||
nav: docs
|
||||
modified: 2016-04-13T15:54:02-04:00
|
||||
---
|
||||
|
||||
|
@ -2,8 +2,6 @@
|
||||
title: "Authors"
|
||||
permalink: /docs/authors/
|
||||
excerpt: "Instructions and settings for working with multiple site authors."
|
||||
sidebar:
|
||||
nav: docs
|
||||
modified: 2016-04-13T15:54:02-04:00
|
||||
---
|
||||
|
||||
|
@ -2,8 +2,6 @@
|
||||
title: "Layouts"
|
||||
permalink: /docs/layouts/
|
||||
excerpt: "Descriptions and samples of all layouts included with the theme and how to best use them."
|
||||
sidebar:
|
||||
nav: docs
|
||||
single_layout_gallery:
|
||||
- image_path: mm-layout-single-header.png
|
||||
alt: "single layout with header example"
|
||||
|
@ -2,8 +2,6 @@
|
||||
title: "Working with Posts"
|
||||
permalink: /docs/posts/
|
||||
excerpt: "Suggestions and Front Matter defaults for working with posts."
|
||||
sidebar:
|
||||
nav: docs
|
||||
modified: 2016-04-13T15:54:02-04:00
|
||||
---
|
||||
|
||||
|
@ -2,8 +2,6 @@
|
||||
title: "Working with Pages"
|
||||
permalink: /docs/pages/
|
||||
excerpt: "Suggestions and Front Matter defaults for working with pages."
|
||||
sidebar:
|
||||
nav: docs
|
||||
modified: 2016-04-13T15:54:02-04:00
|
||||
---
|
||||
|
||||
|
@ -2,8 +2,6 @@
|
||||
title: "Working with Collections"
|
||||
permalink: /docs/collections/
|
||||
excerpt: "Suggestions and Front Matter defaults for working with collections."
|
||||
sidebar:
|
||||
nav: docs
|
||||
modified: 2016-04-13T15:54:02-04:00
|
||||
---
|
||||
|
||||
|
@ -2,8 +2,6 @@
|
||||
title: "Helpers"
|
||||
permalink: /docs/helpers/
|
||||
excerpt: "Jekyll `_includes` and other helpers to use as shortcuts for creating archives, galleries, table of contents, and more."
|
||||
sidebar:
|
||||
nav: docs
|
||||
gallery:
|
||||
- url: unsplash-gallery-image-1.jpg
|
||||
image_path: unsplash-gallery-image-1-th.jpg
|
||||
@ -29,7 +27,7 @@ feature_row:
|
||||
- image_path: unsplash-gallery-image-3-th.jpg
|
||||
title: "Placeholder 3"
|
||||
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 %}
|
||||
|
@ -2,8 +2,6 @@
|
||||
title: "Utility Classes"
|
||||
permalink: /docs/utility-classes/
|
||||
excerpt: "CSS classes for aligning text/image, styling buttons and notices, and more."
|
||||
sidebar:
|
||||
nav: docs
|
||||
modified: 2016-04-13T15:54:02-04:00
|
||||
---
|
||||
|
||||
|
@ -2,8 +2,6 @@
|
||||
title: "Stylesheets"
|
||||
permalink: /docs/stylesheets/
|
||||
excerpt: "Instructions for customizing and building the theme's stylesheets."
|
||||
sidebar:
|
||||
nav: docs
|
||||
modified: 2016-04-14
|
||||
---
|
||||
|
||||
|
@ -2,8 +2,6 @@
|
||||
title: "JavaScript"
|
||||
permalink: /docs/javascript/
|
||||
excerpt: "Instructions for customizing and building the theme's scripts."
|
||||
sidebar:
|
||||
nav: docs
|
||||
modified: 2016-04-13T15:54:02-04:00
|
||||
---
|
||||
|
||||
|
@ -2,8 +2,6 @@
|
||||
title: "Contributing"
|
||||
permalink: /docs/contributing/
|
||||
excerpt: "How you can contribute to make this theme better."
|
||||
sidebar:
|
||||
nav: docs
|
||||
modified: 2016-04-13T15:54:02-04:00
|
||||
---
|
||||
|
||||
|
@ -2,8 +2,6 @@
|
||||
title: "2.2 Documentation"
|
||||
permalink: /docs/docs-2-2/
|
||||
excerpt: "Setup and installation instructions for Minimal Mistakes 2.2 (deprecated)."
|
||||
sidebar:
|
||||
nav: docs
|
||||
modified: 2016-04-13T15:54:02-04:00
|
||||
---
|
||||
|
||||
|
@ -2,8 +2,6 @@
|
||||
title: "License"
|
||||
permalink: /docs/license/
|
||||
excerpt: "License for Minimal Mistakes Jekyll Theme."
|
||||
sidebar:
|
||||
nav: docs
|
||||
modified: 2016-04-13T15:05:12-04:00
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user