Fix datePublished to publishdate

This commit is contained in:
Andre R 2015-05-10 14:38:05 -04:00 committed by bep
parent e2a28ef4db
commit 53ad8c7d8b
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ Following is a list of Hugo-defined variables that you can configure and their c
baseURL: ""
# include content marked as draft
buildDrafts: false
# include content with datePublished in the future
# include content with publishdate in the future
buildFuture: false
canonifyURLs: false
# config file (default is path/config.yaml|json|toml)

View File

@ -39,7 +39,7 @@ Flags:
Global Flags:
-b, --baseUrl="": hostname (and path) to the root eg. http://spf13.com/
-D, --buildDrafts=false: include content marked as draft
-F, --buildFuture=false: include content with datePublished in the future
-F, --buildFuture=false: include content with publishdate in the future
--cacheDir="": filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
--config="": config file (default is path/config.yaml|json|toml)
-d, --destination="": filesystem path to write files to