From c126c941030c2427e76a14711c3e0e8f577c8784 Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Mon, 13 Mar 2017 21:58:20 -0500 Subject: [PATCH] Remove commented-out front matter vars --- content/content-management/front-matter.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/content/content-management/front-matter.md b/content/content-management/front-matter.md index 7281a8259..bfc46ed1a 100644 --- a/content/content-management/front-matter.md +++ b/content/content-management/front-matter.md @@ -95,10 +95,10 @@ There are a few predefined variables that Hugo is aware of. See [Page Variables] : If true, the content will not be rendered unless `hugo` is called with `--buildDrafts` `expirydate` -: denotes when content should no longer be published by Hugo; expired will not be rendered unless `hugo` is called with `--buildExpired` +: denotes when content should no longer be published by Hugo; expired content will not be rendered unless `hugo` is called with `--buildExpired` `isCJKLanguage` -: if `true`, explicitly treat the content as CJKLanguage; both `.Summary` and `.WordCount` can work properly in CJK languages. +: if `true`, Hugo will explicitly treat the content as a CJK language; both `.Summary` and `.WordCount` work properly in CJK languages. `keywords` : the meta keywords for the content. @@ -118,15 +118,9 @@ There are a few predefined variables that Hugo is aware of. See [Page Variables] `publishdate` : If in the future, content will not be rendered unless `hugo` is called with `--buildFuture` - - `slug` : appears as the tail of the URL. When used, it will override the segment of the URL based on the filename. - - `taxonomies` : these will use the field name of the plural form of the index (see `tags` and `categories` in the above front matter examples).