docs: Add instructions on buildExpired in build configurations
authorHanchen Wang <hanchen.wang@mail.utoronto.ca>
Wed, 11 May 2016 14:15:53 +0000 (10:15 -0400)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 14 Jun 2016 13:45:26 +0000 (15:45 +0200)
docs/content/overview/configuration.md

index e09eb049d2465570250e071e36a5932106f058f8..6b2b50ad98df9979978cec6025ea91b622881c06 100644 (file)
@@ -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