From 79a8beb61ba049fc11c5766eb9eace103886bc43 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 28 Nov 2017 09:31:50 -0500 Subject: [PATCH] Add search index excluded post to demo site --- docs/_posts/2017-11-28-post-exclude-search.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/_posts/2017-11-28-post-exclude-search.md diff --git a/docs/_posts/2017-11-28-post-exclude-search.md b/docs/_posts/2017-11-28-post-exclude-search.md new file mode 100644 index 00000000..742bcb23 --- /dev/null +++ b/docs/_posts/2017-11-28-post-exclude-search.md @@ -0,0 +1,12 @@ +--- +title: "Exclude Post from Search Index" +search: false +categories: + - Jekyll +--- + +This post should not appear in the search index because it has the following YAML Front Matter: + +```yaml +search: false +``` \ No newline at end of file