docs: Add instructions on buildExpired in build configurations

This commit is contained in:
Hanchen Wang 2016-05-11 10:15:53 -04:00 committed by Bjørn Erik Pedersen
parent 6e9fbf8ad6
commit 02d2f05e74

View 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