ref: db85299c0039fd13fd18067236e6f3b27e167fb7
parent: 29aa9baecd2242bc86706c3fc09bc32cf854cff0
author: Anthony Fok <[email protected]>
date: Tue Sep 8 19:29:04 EDT 2015
Complete the Url-to-URL transition in docs See #959
--- a/docs/content/commands/hugo.md
+++ b/docs/content/commands/hugo.md
@@ -1,5 +1,5 @@
---
-date: 2015-08-04T03:11:10-06:00
+date: 2015-09-08T22:45:13-06:00
title: "hugo"
slug: hugo
url: /commands/hugo/
@@ -25,7 +25,7 @@
### Options
```
- -b, --baseUrl="": hostname (and path) to the root eg. http://spf13.com/
+ -b, --baseURL="": hostname (and path) to the root, e.g. http://spf13.com/
-D, --buildDrafts[=false]: include content marked as draft
-F, --buildFuture[=false]: include content with publishdate in the future
--cacheDir="": filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
@@ -34,7 +34,6 @@
--disableRSS[=false]: Do not build RSS files
--disableSitemap[=false]: Do not build Sitemap file
--editor="": edit new content with this editor, if provided
- -h, --help[=false]: help for hugo
--ignoreCache[=false]: Ignores the cache directory for reading but still writes to it
--log[=false]: Enable Logging
--logFile="": Log File path (if set, logging enabled automatically)
@@ -44,7 +43,7 @@
-s, --source="": filesystem path to read files relative from
--stepAnalysis[=false]: display memory and timing of different steps of the program
-t, --theme="": theme to use (located in /themes/THEMENAME/)
- --uglyUrls[=false]: if true, use /filename.html instead of /filename/
+ --uglyURLs[=false]: if true, use /filename.html instead of /filename/
-v, --verbose[=false]: verbose output
--verboseLog[=false]: verbose logging
-w, --watch[=false]: watch filesystem for changes and recreate as needed
@@ -57,7 +56,6 @@
* [hugo convert](/commands/hugo_convert/) - Convert your content to different formats
* [hugo genautocomplete](/commands/hugo_genautocomplete/) - Generate shell autocompletion script for Hugo
* [hugo gendoc](/commands/hugo_gendoc/) - Generate Markdown documentation for the Hugo CLI.
-* [hugo help](/commands/hugo_help/) - Help about any command
* [hugo list](/commands/hugo_list/) - Listing out various types of content
* [hugo new](/commands/hugo_new/) - Create new content for your site
* [hugo server](/commands/hugo_server/) - Hugo runs its own webserver to render the files
@@ -64,4 +62,4 @@
* [hugo undraft](/commands/hugo_undraft/) - Undraft changes the content's draft status from 'True' to 'False'
* [hugo version](/commands/hugo_version/) - Print the version number of Hugo
-###### Auto generated by spf13/cobra at 2015-08-04 09:11:10.032773309 +0000 UTC
+###### Auto generated by spf13/cobra on 8-Sep-2015
--- a/docs/content/commands/hugo_benchmark.md
+++ b/docs/content/commands/hugo_benchmark.md
@@ -1,5 +1,5 @@
---
-date: 2015-08-04T03:11:10-06:00
+date: 2015-09-08T22:45:13-06:00
title: "hugo benchmark"
slug: hugo_benchmark
url: /commands/hugo_benchmark/
@@ -23,7 +23,6 @@
```
-n, --count=13: number of times to build the site
--cpuprofile="": path/filename for the CPU profile file
- -h, --help[=false]: help for benchmark
--memprofile="": path/filename for the memory profile file
```
@@ -30,7 +29,7 @@
### Options inherited from parent commands
```
- -b, --baseUrl="": hostname (and path) to the root eg. http://spf13.com/
+ -b, --baseURL="": hostname (and path) to the root, e.g. http://spf13.com/
-D, --buildDrafts[=false]: include content marked as draft
-F, --buildFuture[=false]: include content with publishdate in the future
--cacheDir="": filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
@@ -47,7 +46,7 @@
-s, --source="": filesystem path to read files relative from
--stepAnalysis[=false]: display memory and timing of different steps of the program
-t, --theme="": theme to use (located in /themes/THEMENAME/)
- --uglyUrls[=false]: if true, use /filename.html instead of /filename/
+ --uglyURLs[=false]: if true, use /filename.html instead of /filename/
-v, --verbose[=false]: verbose output
--verboseLog[=false]: verbose logging
```
@@ -55,4 +54,4 @@
### SEE ALSO
* [hugo](/commands/hugo/) - hugo builds your site
-###### Auto generated by spf13/cobra at 2015-08-04 09:11:10.029178075 +0000 UTC
+###### Auto generated by spf13/cobra on 8-Sep-2015
--- a/docs/content/commands/hugo_check.md
+++ b/docs/content/commands/hugo_check.md
@@ -1,5 +1,5 @@
---
-date: 2015-08-04T03:11:10-06:00
+date: 2015-09-08T22:45:13-06:00
title: "hugo check"
slug: hugo_check
url: /commands/hugo_check/
@@ -18,16 +18,10 @@
hugo check
```
-### Options
-
-```
- -h, --help[=false]: help for check
-```
-
### Options inherited from parent commands
```
- -b, --baseUrl="": hostname (and path) to the root eg. http://spf13.com/
+ -b, --baseURL="": hostname (and path) to the root, e.g. http://spf13.com/
-D, --buildDrafts[=false]: include content marked as draft
-F, --buildFuture[=false]: include content with publishdate in the future
--cacheDir="": filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
@@ -44,7 +38,7 @@
-s, --source="": filesystem path to read files relative from
--stepAnalysis[=false]: display memory and timing of different steps of the program
-t, --theme="": theme to use (located in /themes/THEMENAME/)
- --uglyUrls[=false]: if true, use /filename.html instead of /filename/
+ --uglyURLs[=false]: if true, use /filename.html instead of /filename/
-v, --verbose[=false]: verbose output
--verboseLog[=false]: verbose logging
```
@@ -52,4 +46,4 @@
### SEE ALSO
* [hugo](/commands/hugo/) - hugo builds your site
-###### Auto generated by spf13/cobra at 2015-08-04 09:11:10.028981006 +0000 UTC
+###### Auto generated by spf13/cobra on 8-Sep-2015
--- a/docs/content/commands/hugo_config.md
+++ b/docs/content/commands/hugo_config.md
@@ -1,5 +1,5 @@
---
-date: 2015-08-04T03:11:10-06:00
+date: 2015-09-08T22:45:13-06:00
title: "hugo config"
slug: hugo_config
url: /commands/hugo_config/
@@ -17,16 +17,10 @@
hugo config
```
-### Options
-
-```
- -h, --help[=false]: help for config
-```
-
### Options inherited from parent commands
```
- -b, --baseUrl="": hostname (and path) to the root eg. http://spf13.com/
+ -b, --baseURL="": hostname (and path) to the root, e.g. http://spf13.com/
-D, --buildDrafts[=false]: include content marked as draft
-F, --buildFuture[=false]: include content with publishdate in the future
--cacheDir="": filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
@@ -43,7 +37,7 @@
-s, --source="": filesystem path to read files relative from
--stepAnalysis[=false]: display memory and timing of different steps of the program
-t, --theme="": theme to use (located in /themes/THEMENAME/)
- --uglyUrls[=false]: if true, use /filename.html instead of /filename/
+ --uglyURLs[=false]: if true, use /filename.html instead of /filename/
-v, --verbose[=false]: verbose output
--verboseLog[=false]: verbose logging
```
@@ -51,4 +45,4 @@
### SEE ALSO
* [hugo](/commands/hugo/) - hugo builds your site
-###### Auto generated by spf13/cobra at 2015-08-04 09:11:10.028773512 +0000 UTC
+###### Auto generated by spf13/cobra on 8-Sep-2015
--- a/docs/content/commands/hugo_convert.md
+++ b/docs/content/commands/hugo_convert.md
@@ -1,5 +1,5 @@
---
-date: 2015-08-04T03:11:10-06:00
+date: 2015-09-08T22:45:13-06:00
title: "hugo convert"
slug: hugo_convert
url: /commands/hugo_convert/
@@ -18,7 +18,6 @@
### Options
```
- -h, --help[=false]: help for convert
-o, --output="": filesystem path to write files to
--unsafe[=false]: enable less safe operations, please backup first
```
@@ -26,7 +25,7 @@
### Options inherited from parent commands
```
- -b, --baseUrl="": hostname (and path) to the root eg. http://spf13.com/
+ -b, --baseURL="": hostname (and path) to the root, e.g. http://spf13.com/
-D, --buildDrafts[=false]: include content marked as draft
-F, --buildFuture[=false]: include content with publishdate in the future
--cacheDir="": filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
@@ -43,7 +42,7 @@
-s, --source="": filesystem path to read files relative from
--stepAnalysis[=false]: display memory and timing of different steps of the program
-t, --theme="": theme to use (located in /themes/THEMENAME/)
- --uglyUrls[=false]: if true, use /filename.html instead of /filename/
+ --uglyURLs[=false]: if true, use /filename.html instead of /filename/
-v, --verbose[=false]: verbose output
--verboseLog[=false]: verbose logging
```
@@ -54,4 +53,4 @@
* [hugo convert toTOML](/commands/hugo_convert_totoml/) - Convert front matter to TOML
* [hugo convert toYAML](/commands/hugo_convert_toyaml/) - Convert front matter to YAML
-###### Auto generated by spf13/cobra at 2015-08-04 09:11:10.029941981 +0000 UTC
+###### Auto generated by spf13/cobra on 8-Sep-2015
--- a/docs/content/commands/hugo_convert_toJSON.md
+++ b/docs/content/commands/hugo_convert_toJSON.md
@@ -1,5 +1,5 @@
---
-date: 2015-08-04T03:11:10-06:00
+date: 2015-09-08T22:45:13-06:00
title: "hugo convert toJSON"
slug: hugo_convert_toJSON
url: /commands/hugo_convert_tojson/
@@ -18,16 +18,10 @@
hugo convert toJSON
```
-### Options
-
-```
- -h, --help[=false]: help for toJSON
-```
-
### Options inherited from parent commands
```
- -b, --baseUrl="": hostname (and path) to the root eg. http://spf13.com/
+ -b, --baseURL="": hostname (and path) to the root, e.g. http://spf13.com/
-D, --buildDrafts[=false]: include content marked as draft
-F, --buildFuture[=false]: include content with publishdate in the future
--cacheDir="": filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
@@ -45,7 +39,7 @@
-s, --source="": filesystem path to read files relative from
--stepAnalysis[=false]: display memory and timing of different steps of the program
-t, --theme="": theme to use (located in /themes/THEMENAME/)
- --uglyUrls[=false]: if true, use /filename.html instead of /filename/
+ --uglyURLs[=false]: if true, use /filename.html instead of /filename/
--unsafe[=false]: enable less safe operations, please backup first
-v, --verbose[=false]: verbose output
--verboseLog[=false]: verbose logging
@@ -54,4 +48,4 @@
### SEE ALSO
* [hugo convert](/commands/hugo_convert/) - Convert your content to different formats
-###### Auto generated by spf13/cobra at 2015-08-04 09:11:10.029372273 +0000 UTC
+###### Auto generated by spf13/cobra on 8-Sep-2015
--- a/docs/content/commands/hugo_convert_toTOML.md
+++ b/docs/content/commands/hugo_convert_toTOML.md
@@ -1,5 +1,5 @@
---
-date: 2015-08-04T03:11:10-06:00
+date: 2015-09-08T22:45:13-06:00
title: "hugo convert toTOML"
slug: hugo_convert_toTOML
url: /commands/hugo_convert_totoml/
@@ -18,16 +18,10 @@
hugo convert toTOML
```
-### Options
-
-```
- -h, --help[=false]: help for toTOML
-```
-
### Options inherited from parent commands
```
- -b, --baseUrl="": hostname (and path) to the root eg. http://spf13.com/
+ -b, --baseURL="": hostname (and path) to the root, e.g. http://spf13.com/
-D, --buildDrafts[=false]: include content marked as draft
-F, --buildFuture[=false]: include content with publishdate in the future
--cacheDir="": filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
@@ -45,7 +39,7 @@
-s, --source="": filesystem path to read files relative from
--stepAnalysis[=false]: display memory and timing of different steps of the program
-t, --theme="": theme to use (located in /themes/THEMENAME/)
- --uglyUrls[=false]: if true, use /filename.html instead of /filename/
+ --uglyURLs[=false]: if true, use /filename.html instead of /filename/
--unsafe[=false]: enable less safe operations, please backup first
-v, --verbose[=false]: verbose output
--verboseLog[=false]: verbose logging
@@ -54,4 +48,4 @@
### SEE ALSO
* [hugo convert](/commands/hugo_convert/) - Convert your content to different formats
-###### Auto generated by spf13/cobra at 2015-08-04 09:11:10.029568477 +0000 UTC
+###### Auto generated by spf13/cobra on 8-Sep-2015
--- a/docs/content/commands/hugo_convert_toYAML.md
+++ b/docs/content/commands/hugo_convert_toYAML.md
@@ -1,5 +1,5 @@
---
-date: 2015-08-04T03:11:10-06:00
+date: 2015-09-08T22:45:13-06:00
title: "hugo convert toYAML"
slug: hugo_convert_toYAML
url: /commands/hugo_convert_toyaml/
@@ -18,16 +18,10 @@
hugo convert toYAML
```
-### Options
-
-```
- -h, --help[=false]: help for toYAML
-```
-
### Options inherited from parent commands
```
- -b, --baseUrl="": hostname (and path) to the root eg. http://spf13.com/
+ -b, --baseURL="": hostname (and path) to the root, e.g. http://spf13.com/
-D, --buildDrafts[=false]: include content marked as draft
-F, --buildFuture[=false]: include content with publishdate in the future
--cacheDir="": filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
@@ -45,7 +39,7 @@
-s, --source="": filesystem path to read files relative from
--stepAnalysis[=false]: display memory and timing of different steps of the program
-t, --theme="": theme to use (located in /themes/THEMENAME/)
- --uglyUrls[=false]: if true, use /filename.html instead of /filename/
+ --uglyURLs[=false]: if true, use /filename.html instead of /filename/
--unsafe[=false]: enable less safe operations, please backup first
-v, --verbose[=false]: verbose output
--verboseLog[=false]: verbose logging
@@ -54,4 +48,4 @@
### SEE ALSO
* [hugo convert](/commands/hugo_convert/) - Convert your content to different formats
-###### Auto generated by spf13/cobra at 2015-08-04 09:11:10.029752904 +0000 UTC
+###### Auto generated by spf13/cobra on 8-Sep-2015
--- a/docs/content/commands/hugo_genautocomplete.md
+++ b/docs/content/commands/hugo_genautocomplete.md
@@ -1,5 +1,5 @@
---
-date: 2015-08-04T03:11:10-06:00
+date: 2015-09-08T22:45:13-06:00
title: "hugo genautocomplete"
slug: hugo_genautocomplete
url: /commands/hugo_genautocomplete/
@@ -37,7 +37,6 @@
```
--completionfile="/etc/bash_completion.d/hugo.sh": Autocompletion file
- -h, --help[=false]: help for genautocomplete
--type="bash": Autocompletion type (currently only bash supported)
```
@@ -44,7 +43,7 @@
### Options inherited from parent commands
```
- -b, --baseUrl="": hostname (and path) to the root eg. http://spf13.com/
+ -b, --baseURL="": hostname (and path) to the root, e.g. http://spf13.com/
-D, --buildDrafts[=false]: include content marked as draft
-F, --buildFuture[=false]: include content with publishdate in the future
--cacheDir="": filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
@@ -61,7 +60,7 @@
-s, --source="": filesystem path to read files relative from
--stepAnalysis[=false]: display memory and timing of different steps of the program
-t, --theme="": theme to use (located in /themes/THEMENAME/)
- --uglyUrls[=false]: if true, use /filename.html instead of /filename/
+ --uglyURLs[=false]: if true, use /filename.html instead of /filename/
-v, --verbose[=false]: verbose output
--verboseLog[=false]: verbose logging
```
@@ -69,4 +68,4 @@
### SEE ALSO
* [hugo](/commands/hugo/) - hugo builds your site
-###### Auto generated by spf13/cobra at 2015-08-04 09:11:10.032217938 +0000 UTC
+###### Auto generated by spf13/cobra on 8-Sep-2015
--- a/docs/content/commands/hugo_gendoc.md
+++ b/docs/content/commands/hugo_gendoc.md
@@ -1,5 +1,5 @@
---
-date: 2015-08-04T03:11:10-06:00
+date: 2015-09-08T22:45:13-06:00
title: "hugo gendoc"
slug: hugo_gendoc
url: /commands/hugo_gendoc/
@@ -27,13 +27,12 @@
```
--dir="/tmp/hugodoc/": the directory to write the doc.
- -h, --help[=false]: help for gendoc
```
### Options inherited from parent commands
```
- -b, --baseUrl="": hostname (and path) to the root eg. http://spf13.com/
+ -b, --baseURL="": hostname (and path) to the root, e.g. http://spf13.com/
-D, --buildDrafts[=false]: include content marked as draft
-F, --buildFuture[=false]: include content with publishdate in the future
--cacheDir="": filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
@@ -50,7 +49,7 @@
-s, --source="": filesystem path to read files relative from
--stepAnalysis[=false]: display memory and timing of different steps of the program
-t, --theme="": theme to use (located in /themes/THEMENAME/)
- --uglyUrls[=false]: if true, use /filename.html instead of /filename/
+ --uglyURLs[=false]: if true, use /filename.html instead of /filename/
-v, --verbose[=false]: verbose output
--verboseLog[=false]: verbose logging
```
@@ -58,4 +57,4 @@
### SEE ALSO
* [hugo](/commands/hugo/) - hugo builds your site
-###### Auto generated by spf13/cobra at 2015-08-04 09:11:10.032407873 +0000 UTC
+###### Auto generated by spf13/cobra on 8-Sep-2015
--- a/docs/content/commands/hugo_help.md
+++ b/docs/content/commands/hugo_help.md
@@ -27,7 +27,7 @@
### Options inherited from parent commands
```
- -b, --baseUrl="": hostname (and path) to the root eg. http://spf13.com/
+ -b, --baseURL="": hostname (and path) to the root, e.g. http://spf13.com/
-D, --buildDrafts[=false]: include content marked as draft
-F, --buildFuture[=false]: include content with publishdate in the future
--cacheDir="": filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
@@ -44,7 +44,7 @@
-s, --source="": filesystem path to read files relative from
--stepAnalysis[=false]: display memory and timing of different steps of the program
-t, --theme="": theme to use (located in /themes/THEMENAME/)
- --uglyUrls[=false]: if true, use /filename.html instead of /filename/
+ --uglyURLs[=false]: if true, use /filename.html instead of /filename/
-v, --verbose[=false]: verbose output
--verboseLog[=false]: verbose logging
```
@@ -52,4 +52,4 @@
### SEE ALSO
* [hugo](/commands/hugo/) - hugo builds your site
-###### Auto generated by spf13/cobra at 2015-08-04 09:11:10.032577924 +0000 UTC
+###### Auto generated by spf13/cobra on 8-Sep-2015
--- a/docs/content/commands/hugo_list.md
+++ b/docs/content/commands/hugo_list.md
@@ -1,5 +1,5 @@
---
-date: 2015-08-04T03:11:10-06:00
+date: 2015-09-08T22:45:13-06:00
title: "hugo list"
slug: hugo_list
url: /commands/hugo_list/
@@ -15,16 +15,10 @@
List requires a subcommand, e.g. `hugo list drafts`.
-### Options
-
-```
- -h, --help[=false]: help for list
-```
-
### Options inherited from parent commands
```
- -b, --baseUrl="": hostname (and path) to the root eg. http://spf13.com/
+ -b, --baseURL="": hostname (and path) to the root, e.g. http://spf13.com/
-D, --buildDrafts[=false]: include content marked as draft
-F, --buildFuture[=false]: include content with publishdate in the future
--cacheDir="": filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
@@ -41,7 +35,7 @@
-s, --source="": filesystem path to read files relative from
--stepAnalysis[=false]: display memory and timing of different steps of the program
-t, --theme="": theme to use (located in /themes/THEMENAME/)
- --uglyUrls[=false]: if true, use /filename.html instead of /filename/
+ --uglyURLs[=false]: if true, use /filename.html instead of /filename/
-v, --verbose[=false]: verbose output
--verboseLog[=false]: verbose logging
```
@@ -51,4 +45,4 @@
* [hugo list drafts](/commands/hugo_list_drafts/) - List all drafts
* [hugo list future](/commands/hugo_list_future/) - List all posts dated in the future
-###### Auto generated by spf13/cobra at 2015-08-04 09:11:10.031129252 +0000 UTC
+###### Auto generated by spf13/cobra on 8-Sep-2015
--- a/docs/content/commands/hugo_list_drafts.md
+++ b/docs/content/commands/hugo_list_drafts.md
@@ -1,5 +1,5 @@
---
-date: 2015-08-04T03:11:10-06:00
+date: 2015-09-08T22:45:13-06:00
title: "hugo list drafts"
slug: hugo_list_drafts
url: /commands/hugo_list_drafts/
@@ -17,16 +17,10 @@
hugo list drafts
```
-### Options
-
-```
- -h, --help[=false]: help for drafts
-```
-
### Options inherited from parent commands
```
- -b, --baseUrl="": hostname (and path) to the root eg. http://spf13.com/
+ -b, --baseURL="": hostname (and path) to the root, e.g. http://spf13.com/
-D, --buildDrafts[=false]: include content marked as draft
-F, --buildFuture[=false]: include content with publishdate in the future
--cacheDir="": filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
@@ -43,7 +37,7 @@
-s, --source="": filesystem path to read files relative from
--stepAnalysis[=false]: display memory and timing of different steps of the program
-t, --theme="": theme to use (located in /themes/THEMENAME/)
- --uglyUrls[=false]: if true, use /filename.html instead of /filename/
+ --uglyURLs[=false]: if true, use /filename.html instead of /filename/
-v, --verbose[=false]: verbose output
--verboseLog[=false]: verbose logging
```
@@ -51,4 +45,4 @@
### SEE ALSO
* [hugo list](/commands/hugo_list/) - Listing out various types of content
-###### Auto generated by spf13/cobra at 2015-08-04 09:11:10.030650499 +0000 UTC
+###### Auto generated by spf13/cobra on 8-Sep-2015
--- a/docs/content/commands/hugo_list_future.md
+++ b/docs/content/commands/hugo_list_future.md
@@ -1,5 +1,5 @@
---
-date: 2015-08-04T03:11:10-06:00
+date: 2015-09-08T22:45:13-06:00
title: "hugo list future"
slug: hugo_list_future
url: /commands/hugo_list_future/
@@ -18,16 +18,10 @@
hugo list future
```
-### Options
-
-```
- -h, --help[=false]: help for future
-```
-
### Options inherited from parent commands
```
- -b, --baseUrl="": hostname (and path) to the root eg. http://spf13.com/
+ -b, --baseURL="": hostname (and path) to the root, e.g. http://spf13.com/
-D, --buildDrafts[=false]: include content marked as draft
-F, --buildFuture[=false]: include content with publishdate in the future
--cacheDir="": filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
@@ -44,7 +38,7 @@
-s, --source="": filesystem path to read files relative from
--stepAnalysis[=false]: display memory and timing of different steps of the program
-t, --theme="": theme to use (located in /themes/THEMENAME/)
- --uglyUrls[=false]: if true, use /filename.html instead of /filename/
+ --uglyURLs[=false]: if true, use /filename.html instead of /filename/
-v, --verbose[=false]: verbose output
--verboseLog[=false]: verbose logging
```
@@ -52,4 +46,4 @@
### SEE ALSO
* [hugo list](/commands/hugo_list/) - Listing out various types of content
-###### Auto generated by spf13/cobra at 2015-08-04 09:11:10.030877499 +0000 UTC
+###### Auto generated by spf13/cobra on 8-Sep-2015
--- a/docs/content/commands/hugo_new.md
+++ b/docs/content/commands/hugo_new.md
@@ -1,5 +1,5 @@
---
-date: 2015-08-04T03:11:10-06:00
+date: 2015-09-08T22:45:13-06:00
title: "hugo new"
slug: hugo_new
url: /commands/hugo_new/
@@ -26,7 +26,6 @@
```
-f, --format="toml": frontmatter format
- -h, --help[=false]: help for new
-k, --kind="": Content type to create
```
@@ -33,7 +32,7 @@
### Options inherited from parent commands
```
- -b, --baseUrl="": hostname (and path) to the root eg. http://spf13.com/
+ -b, --baseURL="": hostname (and path) to the root, e.g. http://spf13.com/
-D, --buildDrafts[=false]: include content marked as draft
-F, --buildFuture[=false]: include content with publishdate in the future
--cacheDir="": filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
@@ -50,7 +49,7 @@
-s, --source="": filesystem path to read files relative from
--stepAnalysis[=false]: display memory and timing of different steps of the program
-t, --theme="": theme to use (located in /themes/THEMENAME/)
- --uglyUrls[=false]: if true, use /filename.html instead of /filename/
+ --uglyURLs[=false]: if true, use /filename.html instead of /filename/
-v, --verbose[=false]: verbose output
--verboseLog[=false]: verbose logging
```
@@ -60,4 +59,4 @@
* [hugo new site](/commands/hugo_new_site/) - Create a new site (skeleton)
* [hugo new theme](/commands/hugo_new_theme/) - Create a new theme
-###### Auto generated by spf13/cobra at 2015-08-04 09:11:10.030477738 +0000 UTC
+###### Auto generated by spf13/cobra on 8-Sep-2015
--- a/docs/content/commands/hugo_new_site.md
+++ b/docs/content/commands/hugo_new_site.md
@@ -1,5 +1,5 @@
---
-date: 2015-08-04T03:11:10-06:00
+date: 2015-09-08T22:45:13-06:00
title: "hugo new site"
slug: hugo_new_site
url: /commands/hugo_new_site/
@@ -23,13 +23,12 @@
```
-f, --format="toml": config & frontmatter format
- -h, --help[=false]: help for site
```
### Options inherited from parent commands
```
- -b, --baseUrl="": hostname (and path) to the root eg. http://spf13.com/
+ -b, --baseURL="": hostname (and path) to the root, e.g. http://spf13.com/
-D, --buildDrafts[=false]: include content marked as draft
-F, --buildFuture[=false]: include content with publishdate in the future
--cacheDir="": filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
@@ -46,7 +45,7 @@
-s, --source="": filesystem path to read files relative from
--stepAnalysis[=false]: display memory and timing of different steps of the program
-t, --theme="": theme to use (located in /themes/THEMENAME/)
- --uglyUrls[=false]: if true, use /filename.html instead of /filename/
+ --uglyURLs[=false]: if true, use /filename.html instead of /filename/
-v, --verbose[=false]: verbose output
--verboseLog[=false]: verbose logging
```
@@ -54,4 +53,4 @@
### SEE ALSO
* [hugo new](/commands/hugo_new/) - Create new content for your site
-###### Auto generated by spf13/cobra at 2015-08-04 09:11:10.030129171 +0000 UTC
+###### Auto generated by spf13/cobra on 8-Sep-2015
--- a/docs/content/commands/hugo_new_theme.md
+++ b/docs/content/commands/hugo_new_theme.md
@@ -1,5 +1,5 @@
---
-date: 2015-08-04T03:11:10-06:00
+date: 2015-09-08T22:45:13-06:00
title: "hugo new theme"
slug: hugo_new_theme
url: /commands/hugo_new_theme/
@@ -20,16 +20,10 @@
hugo new theme [name]
```
-### Options
-
-```
- -h, --help[=false]: help for theme
-```
-
### Options inherited from parent commands
```
- -b, --baseUrl="": hostname (and path) to the root eg. http://spf13.com/
+ -b, --baseURL="": hostname (and path) to the root, e.g. http://spf13.com/
-D, --buildDrafts[=false]: include content marked as draft
-F, --buildFuture[=false]: include content with publishdate in the future
--cacheDir="": filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
@@ -46,7 +40,7 @@
-s, --source="": filesystem path to read files relative from
--stepAnalysis[=false]: display memory and timing of different steps of the program
-t, --theme="": theme to use (located in /themes/THEMENAME/)
- --uglyUrls[=false]: if true, use /filename.html instead of /filename/
+ --uglyURLs[=false]: if true, use /filename.html instead of /filename/
-v, --verbose[=false]: verbose output
--verboseLog[=false]: verbose logging
```
@@ -54,4 +48,4 @@
### SEE ALSO
* [hugo new](/commands/hugo_new/) - Create new content for your site
-###### Auto generated by spf13/cobra at 2015-08-04 09:11:10.030301827 +0000 UTC
+###### Auto generated by spf13/cobra on 8-Sep-2015
--- a/docs/content/commands/hugo_server.md
+++ b/docs/content/commands/hugo_server.md
@@ -1,5 +1,5 @@
---
-date: 2015-08-04T03:11:10-06:00
+date: 2015-09-08T22:45:13-06:00
title: "hugo server"
slug: hugo_server
url: /commands/hugo_server/
@@ -25,7 +25,6 @@
--appendPort[=true]: append port to baseurl
--bind="127.0.0.1": interface to which the server will bind
--disableLiveReload[=false]: watch without enabling live browser reload on rebuild
- -h, --help[=false]: help for server
--meminterval=100: interval to poll memory usage (requires --memstats)
--memstats="": log memory usage to this file
-p, --port=1313: port on which the server will listen
@@ -35,7 +34,7 @@
### Options inherited from parent commands
```
- -b, --baseUrl="": hostname (and path) to the root eg. http://spf13.com/
+ -b, --baseURL="": hostname (and path) to the root, e.g. http://spf13.com/
-D, --buildDrafts[=false]: include content marked as draft
-F, --buildFuture[=false]: include content with publishdate in the future
--cacheDir="": filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
@@ -52,7 +51,7 @@
-s, --source="": filesystem path to read files relative from
--stepAnalysis[=false]: display memory and timing of different steps of the program
-t, --theme="": theme to use (located in /themes/THEMENAME/)
- --uglyUrls[=false]: if true, use /filename.html instead of /filename/
+ --uglyURLs[=false]: if true, use /filename.html instead of /filename/
-v, --verbose[=false]: verbose output
--verboseLog[=false]: verbose logging
```
@@ -60,4 +59,4 @@
### SEE ALSO
* [hugo](/commands/hugo/) - hugo builds your site
-###### Auto generated by spf13/cobra at 2015-08-04 09:11:10.028196949 +0000 UTC
+###### Auto generated by spf13/cobra on 8-Sep-2015
--- a/docs/content/commands/hugo_undraft.md
+++ b/docs/content/commands/hugo_undraft.md
@@ -1,5 +1,5 @@
---
-date: 2015-08-04T03:11:10-06:00
+date: 2015-09-08T22:45:13-06:00
title: "hugo undraft"
slug: hugo_undraft
url: /commands/hugo_undraft/
@@ -19,16 +19,10 @@
hugo undraft path/to/content
```
-### Options
-
-```
- -h, --help[=false]: help for undraft
-```
-
### Options inherited from parent commands
```
- -b, --baseUrl="": hostname (and path) to the root eg. http://spf13.com/
+ -b, --baseURL="": hostname (and path) to the root, e.g. http://spf13.com/
-D, --buildDrafts[=false]: include content marked as draft
-F, --buildFuture[=false]: include content with publishdate in the future
--cacheDir="": filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
@@ -45,7 +39,7 @@
-s, --source="": filesystem path to read files relative from
--stepAnalysis[=false]: display memory and timing of different steps of the program
-t, --theme="": theme to use (located in /themes/THEMENAME/)
- --uglyUrls[=false]: if true, use /filename.html instead of /filename/
+ --uglyURLs[=false]: if true, use /filename.html instead of /filename/
-v, --verbose[=false]: verbose output
--verboseLog[=false]: verbose logging
```
@@ -53,4 +47,4 @@
### SEE ALSO
* [hugo](/commands/hugo/) - hugo builds your site
-###### Auto generated by spf13/cobra at 2015-08-04 09:11:10.031353807 +0000 UTC
+###### Auto generated by spf13/cobra on 8-Sep-2015
--- a/docs/content/commands/hugo_version.md
+++ b/docs/content/commands/hugo_version.md
@@ -1,5 +1,5 @@
---
-date: 2015-08-04T03:11:10-06:00
+date: 2015-09-08T22:45:13-06:00
title: "hugo version"
slug: hugo_version
url: /commands/hugo_version/
@@ -17,16 +17,10 @@
hugo version
```
-### Options
-
-```
- -h, --help[=false]: help for version
-```
-
### Options inherited from parent commands
```
- -b, --baseUrl="": hostname (and path) to the root eg. http://spf13.com/
+ -b, --baseURL="": hostname (and path) to the root, e.g. http://spf13.com/
-D, --buildDrafts[=false]: include content marked as draft
-F, --buildFuture[=false]: include content with publishdate in the future
--cacheDir="": filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
@@ -43,7 +37,7 @@
-s, --source="": filesystem path to read files relative from
--stepAnalysis[=false]: display memory and timing of different steps of the program
-t, --theme="": theme to use (located in /themes/THEMENAME/)
- --uglyUrls[=false]: if true, use /filename.html instead of /filename/
+ --uglyURLs[=false]: if true, use /filename.html instead of /filename/
-v, --verbose[=false]: verbose output
--verboseLog[=false]: verbose logging
```
@@ -51,4 +45,4 @@
### SEE ALSO
* [hugo](/commands/hugo/) - hugo builds your site
-###### Auto generated by spf13/cobra at 2015-08-04 09:11:10.028562395 +0000 UTC
+###### Auto generated by spf13/cobra on 8-Sep-2015
--- a/docs/content/content/organization.md
+++ b/docs/content/content/organization.md
@@ -36,7 +36,7 @@
├── first.md // <- http://1.com/quote/first/
└── second.md // <- http://1.com/quote/second/
-**Here's the same organization run with `hugo --uglyUrls`**
+**Here's the same organization run with `hugo --uglyURLs`**
.
└── content
@@ -90,7 +90,7 @@
A complete URL can be provided. This will override all the above as it pertains
to the end destination. This must be the path from the baseURL (starting with a "/").
When a `url` is provided, it will be used exactly. Using `url` will ignore the
-`--uglyUrls` setting.
+`--uglyURLs` setting.
## Path breakdown in Hugo
--- a/docs/content/extras/aliases.md
+++ b/docs/content/extras/aliases.md
@@ -55,7 +55,7 @@
## Important Behaviors
1. *Hugo makes no assumptions about aliases. They also don't change based
-on your UglyUrls setting. You need to provide absolute path to your webroot and the
+on your UglyURLs setting. You need to provide absolute path to your webroot and the
complete filename or directory.*
2. *Aliases are rendered prior to any content and will be overwritten by
--- a/docs/content/extras/urls.md
+++ b/docs/content/extras/urls.md
@@ -24,7 +24,7 @@
e.g. http://example.com/extras/urls.html, you are in luck.
Hugo supports the ability to create your entire site with ugly URLs.
Simply add `uglyurls = true` to your site-wide `config.toml`,
-or use the `--uglyUrls=true` flag on the command line.
+or use the `--uglyURLs=true` flag on the command line.
If you want a specific piece of content to have an exact URL, you can
specify this in the front matter under the `url` key. See [Content
--- a/docs/content/overview/configuration.md
+++ b/docs/content/overview/configuration.md
@@ -74,7 +74,7 @@
---
archetypedir: "archetype"
- # hostname (and path) to the root eg. http://spf13.com/
+ # hostname (and path) to the root, e.g. http://spf13.com/
baseURL: ""
# include content marked as draft
buildDrafts: false
--- a/docs/content/overview/usage.md
+++ b/docs/content/overview/usage.md
@@ -37,7 +37,7 @@
help Help about any command
Flags:
- -b, --baseUrl="": hostname (and path) to the root eg. http://spf13.com/
+ -b, --baseURL="": hostname (and path) to the root, e.g. http://spf13.com/
-D, --buildDrafts=false: include content marked as draft
-F, --buildFuture=false: include content with publishdate in the future
--cacheDir="": filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
@@ -55,7 +55,7 @@
-s, --source="": filesystem path to read files relative from
--stepAnalysis=false: display memory and timing of different steps of the program
-t, --theme="": theme to use (located in /themes/THEMENAME/)
- --uglyUrls=false: if true, use /filename.html instead of /filename/
+ --uglyURLs=false: if true, use /filename.html instead of /filename/
-v, --verbose=false: verbose output
--verboseLog=false: verbose logging
-w, --watch=false: watch filesystem for changes and recreate as needed
@@ -173,7 +173,7 @@
Here is the command:
hugo server --watch \
- --baseUrl=http://yoursite.org/ --port=80 \
+ --baseURL=http://yoursite.org/ --port=80 \
--appendPort=false
--bind=87.245.198.50