From 02d2f05e7455f12ee4598af6fef2346180d2abfd Mon Sep 17 00:00:00 2001 From: Hanchen Wang Date: Wed, 11 May 2016 10:15:53 -0400 Subject: [PATCH] docs: Add instructions on buildExpired in build configurations --- docs/content/overview/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/overview/configuration.md b/docs/content/overview/configuration.md index e09eb049d..6b2b50ad9 100644 --- a/docs/content/overview/configuration.md +++ b/docs/content/overview/configuration.md @@ -87,6 +87,8 @@ Following is a list of Hugo-defined variables that you can configure and their c buildDrafts: false # include content with publishdate in the future buildFuture: false + # include content already expired + buildExpired: false # enable this to make all relative URLs relative to content root. Note that this does not affect absolute URLs. relativeURLs: false canonifyURLs: false