From 6e9fbf8ad6158a5981b71401a2df7c28578765ea Mon Sep 17 00:00:00 2001 From: Hanchen Wang Date: Wed, 11 May 2016 10:14:54 -0400 Subject: [PATCH] docs: Add expirydate to front-matter doc --- docs/content/content/front-matter.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/content/front-matter.md b/docs/content/content/front-matter.md index 12f3db342..d31cd9534 100644 --- a/docs/content/content/front-matter.md +++ b/docs/content/content/front-matter.md @@ -100,6 +100,7 @@ Field names are always normalized to lowercase (e.g. `camelCase: true` is availa See [Aliases]({{< relref "extras/aliases.md" >}}) for details. * **draft** If true, the content will not be rendered unless `hugo` is called with `--buildDrafts` * **publishdate** If in the future, content will not be rendered unless `hugo` is called with `--buildFuture` +* **expirydate** Content already expired will not be rendered unless `hugo` is called with `--buildExpired` * **type** The type of the content (will be derived from the directory automatically if unset) * **isCJKLanguage** If true, explicitly treat the content as CJKLanguage (.Summary and .WordCount can work properly in CJKLanguage) * **weight** Used for sorting