mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
docs: Add instructions on buildExpired in build configurations
This commit is contained in:
parent
6e9fbf8ad6
commit
02d2f05e74
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ Following is a list of Hugo-defined variables that you can configure and their c
|
||||||
buildDrafts: false
|
buildDrafts: false
|
||||||
# include content with publishdate in the future
|
# include content with publishdate in the future
|
||||||
buildFuture: false
|
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.
|
# enable this to make all relative URLs relative to content root. Note that this does not affect absolute URLs.
|
||||||
relativeURLs: false
|
relativeURLs: false
|
||||||
canonifyURLs: false
|
canonifyURLs: false
|
||||||
|
|
Loading…
Reference in a new issue