Document how to exclude pages/posts from search index

ref #1369
This commit is contained in:
Michael Rose
2017-11-28 08:43:32 -05:00
parent a9cad4f066
commit 5d022e03d0
3 changed files with 12 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ permalink: /docs/history/
excerpt: "Change log of enhancements and bug fixes made to the theme."
sidebar:
nav: docs
last_modified_at: 2017-11-27T12:39:16-05:00
last_modified_at: 2017-11-28T08:41:19-05:00
toc: true
---
@@ -16,6 +16,7 @@ toc: true
* Remove Alexa.com verification due to retiring of "[Claim Your Site](https://support.alexa.com/hc/en-us/articles/219135887)" feature. [#1350](https://github.com/mmistakes/minimal-mistakes/issues/1350)
* Disable analytics in `development` environment. [#1362](https://github.com/mmistakes/minimal-mistakes/pull/1362)
* Disable comments in `development` environment. [#1363](https://github.com/mmistakes/minimal-mistakes/pull/1363)
* Exclude specific pages/posts from search index by adding `search: false` to the YAML Front Matter. [#1369](https://github.com/mmistakes/minimal-mistakes/pull/1369)
### Bug Fixes