Fix datePublished to publishdate
authorAndre R <rauhs@users.noreply.github.com>
Sun, 10 May 2015 18:38:05 +0000 (14:38 -0400)
committerbep <bjorn.erik.pedersen@gmail.com>
Sat, 16 May 2015 13:58:37 +0000 (15:58 +0200)
commands/hugo.go
docs/content/overview/configuration.md
docs/content/overview/usage.md

index 067d82cce52a2b9977b1f5cba34f6f30ebc1d4dc..47d3a99045dbe7b7604f8d39dbd065583ed84205 100644 (file)
@@ -81,7 +81,7 @@ func AddCommands() {
 //Initializes flags
 func init() {
        HugoCmd.PersistentFlags().BoolVarP(&Draft, "buildDrafts", "D", false, "include content marked as draft")
-       HugoCmd.PersistentFlags().BoolVarP(&Future, "buildFuture", "F", false, "include content with datePublished in the future")
+       HugoCmd.PersistentFlags().BoolVarP(&Future, "buildFuture", "F", false, "include content with publishdate in the future")
        HugoCmd.PersistentFlags().BoolVar(&DisableRSS, "disableRSS", false, "Do not build RSS files")
        HugoCmd.PersistentFlags().BoolVar(&DisableSitemap, "disableSitemap", false, "Do not build Sitemap file")
        HugoCmd.PersistentFlags().StringVarP(&Source, "source", "s", "", "filesystem path to read files relative from")
index 6e1be3bfa7a1a7d40f2f18580638a37b59487f53..d6e8b3a4661f4f69294c370e3c7cd4c7084ac91e 100644 (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)
index d7a3c4944a80d557cd357a27db253dc61bac4151..d830d2d7773d3824347b4db3b9ed5373b5a2980d 100644 (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