Regenerate the commands section of doc
authorAnthony Fok <foka@debian.org>
Wed, 16 Dec 2015 16:26:06 +0000 (09:26 -0700)
committerAnthony Fok <foka@debian.org>
Wed, 16 Dec 2015 16:26:06 +0000 (09:26 -0700)
Reason: The `--source` flag was added back to the `hugo new` commands
in commit c1e134f.

See #1624, #1589

23 files changed:
docs/content/commands/hugo.md
docs/content/commands/hugo_benchmark.md
docs/content/commands/hugo_check.md
docs/content/commands/hugo_config.md
docs/content/commands/hugo_convert.md
docs/content/commands/hugo_convert_toJSON.md
docs/content/commands/hugo_convert_toTOML.md
docs/content/commands/hugo_convert_toYAML.md
docs/content/commands/hugo_gen.md
docs/content/commands/hugo_gen_autocomplete.md
docs/content/commands/hugo_gen_doc.md
docs/content/commands/hugo_gen_man.md
docs/content/commands/hugo_import.md
docs/content/commands/hugo_import_jekyll.md
docs/content/commands/hugo_list.md
docs/content/commands/hugo_list_drafts.md
docs/content/commands/hugo_list_future.md
docs/content/commands/hugo_new.md
docs/content/commands/hugo_new_site.md
docs/content/commands/hugo_new_theme.md
docs/content/commands/hugo_server.md
docs/content/commands/hugo_undraft.md
docs/content/commands/hugo_version.md

index 8fe274b1022c0ff5048be2f34af857d2c19de381..d36cb0bab1ba6842eb9e14d0eb7b147d196a218d 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2015-12-11T09:49:10-07:00
+date: 2015-12-16T09:24:56-07:00
 title: "hugo"
 slug: hugo
 url: /commands/hugo/
@@ -63,4 +63,4 @@ hugo
 * [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 on 11-Dec-2015
+###### Auto generated by spf13/cobra on 16-Dec-2015
index ff8d687d02b25ebe1d753f3f3dab692990be88e1..6b571b1acc4c8af2efb5339c63d241141ed86a49 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2015-12-11T09:49:10-07:00
+date: 2015-12-16T09:24:56-07:00
 title: "hugo benchmark"
 slug: hugo_benchmark
 url: /commands/hugo_benchmark/
@@ -55,4 +55,4 @@ hugo benchmark
 ### SEE ALSO
 * [hugo](/commands/hugo/)       - hugo builds your site
 
-###### Auto generated by spf13/cobra on 11-Dec-2015
+###### Auto generated by spf13/cobra on 16-Dec-2015
index 056ae057799d333d4f8b0e625ae175286b67a2de..9e24368be97a0b06439b063683c02ca2222f24b2 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2015-12-11T09:49:10-07:00
+date: 2015-12-16T09:24:56-07:00
 title: "hugo check"
 slug: hugo_check
 url: /commands/hugo_check/
@@ -52,4 +52,4 @@ hugo check
 ### SEE ALSO
 * [hugo](/commands/hugo/)       - hugo builds your site
 
-###### Auto generated by spf13/cobra on 11-Dec-2015
+###### Auto generated by spf13/cobra on 16-Dec-2015
index c5a309d88d07273533e44e47fea55d16488ddec4..9212a0c5330b239121f0d0082225d8a6855d696c 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2015-12-11T09:49:10-07:00
+date: 2015-12-16T09:24:56-07:00
 title: "hugo config"
 slug: hugo_config
 url: /commands/hugo_config/
@@ -51,4 +51,4 @@ hugo config
 ### SEE ALSO
 * [hugo](/commands/hugo/)       - hugo builds your site
 
-###### Auto generated by spf13/cobra on 11-Dec-2015
+###### Auto generated by spf13/cobra on 16-Dec-2015
index 2abdf70cfec8af8c618cb5ffbf95db164870d1c3..a25665f7ac757aec1b3a0815e47876a940eec0e8 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2015-12-11T09:49:10-07:00
+date: 2015-12-16T09:24:56-07:00
 title: "hugo convert"
 slug: hugo_convert
 url: /commands/hugo_convert/
@@ -38,4 +38,4 @@ See convert's subcommands toJSON, toTOML and toYAML for more information.
 * [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 on 11-Dec-2015
+###### Auto generated by spf13/cobra on 16-Dec-2015
index f17d5eb956e6c38f658fc9149677125b56194519..13fb67e89f67451278896c13a93e5f261a4136ae 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2015-12-11T09:49:10-07:00
+date: 2015-12-16T09:24:56-07:00
 title: "hugo convert toJSON"
 slug: hugo_convert_toJSON
 url: /commands/hugo_convert_tojson/
@@ -33,4 +33,4 @@ hugo convert toJSON
 ### SEE ALSO
 * [hugo convert](/commands/hugo_convert/)       - Convert your content to different formats
 
-###### Auto generated by spf13/cobra on 11-Dec-2015
+###### Auto generated by spf13/cobra on 16-Dec-2015
index 2a227416dce2914b836b1dd3f2ae0b46dbc91501..8d2f7c5b802c73e488d4fb052a60388fde7e512c 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2015-12-11T09:49:10-07:00
+date: 2015-12-16T09:24:56-07:00
 title: "hugo convert toTOML"
 slug: hugo_convert_toTOML
 url: /commands/hugo_convert_totoml/
@@ -33,4 +33,4 @@ hugo convert toTOML
 ### SEE ALSO
 * [hugo convert](/commands/hugo_convert/)       - Convert your content to different formats
 
-###### Auto generated by spf13/cobra on 11-Dec-2015
+###### Auto generated by spf13/cobra on 16-Dec-2015
index 7a24175390c31493cb64c39f4088b7e8dd3d7091..080b3da19946e23b81ba8f6ec48a59fb025b0dff 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2015-12-11T09:49:10-07:00
+date: 2015-12-16T09:24:56-07:00
 title: "hugo convert toYAML"
 slug: hugo_convert_toYAML
 url: /commands/hugo_convert_toyaml/
@@ -33,4 +33,4 @@ hugo convert toYAML
 ### SEE ALSO
 * [hugo convert](/commands/hugo_convert/)       - Convert your content to different formats
 
-###### Auto generated by spf13/cobra on 11-Dec-2015
+###### Auto generated by spf13/cobra on 16-Dec-2015
index d626beba5fafdca77395653e2f8f4dc5666b1b4a..51d392718225c83fdb4efd286266afce6950bd97 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2015-12-11T09:49:10-07:00
+date: 2015-12-16T09:24:56-07:00
 title: "hugo gen"
 slug: hugo_gen
 url: /commands/hugo_gen/
@@ -28,4 +28,4 @@ A collection of several useful generators.
 * [hugo gen doc](/commands/hugo_gen_doc/)       - Generate Markdown documentation for the Hugo CLI.
 * [hugo gen man](/commands/hugo_gen_man/)       - Generate man pages for the Hugo CLI
 
-###### Auto generated by spf13/cobra on 11-Dec-2015
+###### Auto generated by spf13/cobra on 16-Dec-2015
index b29361a1d6bf86573227359bfe8cc9237183d649..2f84d3fa73d4e9fe42a0b6f57cc7fb7a57835683 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2015-12-11T09:49:10-07:00
+date: 2015-12-16T09:24:56-07:00
 title: "hugo gen autocomplete"
 slug: hugo_gen_autocomplete
 url: /commands/hugo_gen_autocomplete/
@@ -52,4 +52,4 @@ hugo gen autocomplete
 ### SEE ALSO
 * [hugo gen](/commands/hugo_gen/)       - A collection of several useful generators.
 
-###### Auto generated by spf13/cobra on 11-Dec-2015
+###### Auto generated by spf13/cobra on 16-Dec-2015
index c16ed5aae60272423d56d4ecaf2de9638892f168..d83600a0a56727e17143b688209b0bf31a615cd9 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2015-12-11T09:49:10-07:00
+date: 2015-12-16T09:24:56-07:00
 title: "hugo gen doc"
 slug: hugo_gen_doc
 url: /commands/hugo_gen_doc/
@@ -41,4 +41,4 @@ hugo gen doc
 ### SEE ALSO
 * [hugo gen](/commands/hugo_gen/)       - A collection of several useful generators.
 
-###### Auto generated by spf13/cobra on 11-Dec-2015
+###### Auto generated by spf13/cobra on 16-Dec-2015
index 103ff2d8dd8ac17f024128ad8fc1e75306084bc0..7154c62e15f9e580aae95bf86411c4bf2495c87f 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2015-12-11T09:49:10-07:00
+date: 2015-12-16T09:24:56-07:00
 title: "hugo gen man"
 slug: hugo_gen_man
 url: /commands/hugo_gen_man/
@@ -37,4 +37,4 @@ hugo gen man
 ### SEE ALSO
 * [hugo gen](/commands/hugo_gen/)       - A collection of several useful generators.
 
-###### Auto generated by spf13/cobra on 11-Dec-2015
+###### Auto generated by spf13/cobra on 16-Dec-2015
index 05f95231f387d890a5e7e6f29abfa06fa2881326..29627f6b97c84911eefb99cf37ee3150b6ef6997 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2015-12-11T09:49:10-07:00
+date: 2015-12-16T09:24:56-07:00
 title: "hugo import"
 slug: hugo_import
 url: /commands/hugo_import/
@@ -28,4 +28,4 @@ Import requires a subcommand, e.g. `hugo import jekyll jekyll_root_path target_p
 * [hugo](/commands/hugo/)       - hugo builds your site
 * [hugo import jekyll](/commands/hugo_import_jekyll/)   - hugo import from Jekyll
 
-###### Auto generated by spf13/cobra on 11-Dec-2015
+###### Auto generated by spf13/cobra on 16-Dec-2015
index bd1e4814c61496eb3de607e500bd92708d54c3ff..db9e9e44df142550ec17cc5cde82623220953d5e 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2015-12-11T09:49:10-07:00
+date: 2015-12-16T09:24:56-07:00
 title: "hugo import jekyll"
 slug: hugo_import_jekyll
 url: /commands/hugo_import_jekyll/
@@ -37,4 +37,4 @@ hugo import jekyll
 ### SEE ALSO
 * [hugo import](/commands/hugo_import/)         - Import your site from others.
 
-###### Auto generated by spf13/cobra on 11-Dec-2015
+###### Auto generated by spf13/cobra on 16-Dec-2015
index ffa79a6ebe215da8ccbd73cd2b0a8930c64eab06..35a0a8a2cef0767cc143814b5f3164ab0c90e347 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2015-12-11T09:49:10-07:00
+date: 2015-12-16T09:24:56-07:00
 title: "hugo list"
 slug: hugo_list
 url: /commands/hugo_list/
@@ -35,4 +35,4 @@ List requires a subcommand, e.g. `hugo list drafts`.
 * [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 on 11-Dec-2015
+###### Auto generated by spf13/cobra on 16-Dec-2015
index 01622eaebf4d24fc43fc00bdbe50316a42f9df7f..30f21d4c6ddb8239d113ae198f35971c7131761f 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2015-12-11T09:49:10-07:00
+date: 2015-12-16T09:24:56-07:00
 title: "hugo list drafts"
 slug: hugo_list_drafts
 url: /commands/hugo_list_drafts/
@@ -30,4 +30,4 @@ hugo list drafts
 ### SEE ALSO
 * [hugo list](/commands/hugo_list/)     - Listing out various types of content
 
-###### Auto generated by spf13/cobra on 11-Dec-2015
+###### Auto generated by spf13/cobra on 16-Dec-2015
index eb143037072eb0895189d3144f2a89bb321cb11f..888525d2ec1b1d19ed91fca485a1423213fd59c9 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2015-12-11T09:49:10-07:00
+date: 2015-12-16T09:24:56-07:00
 title: "hugo list future"
 slug: hugo_list_future
 url: /commands/hugo_list_future/
@@ -31,4 +31,4 @@ hugo list future
 ### SEE ALSO
 * [hugo list](/commands/hugo_list/)     - Listing out various types of content
 
-###### Auto generated by spf13/cobra on 11-Dec-2015
+###### Auto generated by spf13/cobra on 16-Dec-2015
index f522c805e3d6f3a4042b0e44e94c7afea5bbafc5..4c85efbffe35870ae9f7512eb8d7abdd071e13cd 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2015-12-11T09:49:10-07:00
+date: 2015-12-16T09:24:56-07:00
 title: "hugo new"
 slug: hugo_new
 url: /commands/hugo_new/
@@ -27,6 +27,7 @@ hugo new [path]
 ```
   -f, --format="toml": frontmatter format
   -k, --kind="": Content type to create
+  -s, --source="": filesystem path to read files relative from
 ```
 
 ### Options inherited from parent commands
@@ -43,4 +44,4 @@ hugo new [path]
 * [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 on 11-Dec-2015
+###### Auto generated by spf13/cobra on 16-Dec-2015
index b0ffdccee9ea1d2540b5c8c89f2b518c379e4d1e..c83095fabfa84e01b6993230ff406f60d8bca5a2 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2015-12-11T09:49:10-07:00
+date: 2015-12-16T09:24:56-07:00
 title: "hugo new site"
 slug: hugo_new_site
 url: /commands/hugo_new_site/
@@ -31,6 +31,7 @@ hugo new site [path]
 ```
       --log[=false]: Enable Logging
       --logFile="": Log File path (if set, logging enabled automatically)
+  -s, --source="": filesystem path to read files relative from
   -v, --verbose[=false]: verbose output
       --verboseLog[=false]: verbose logging
 ```
@@ -38,4 +39,4 @@ hugo new site [path]
 ### SEE ALSO
 * [hugo new](/commands/hugo_new/)       - Create new content for your site
 
-###### Auto generated by spf13/cobra on 11-Dec-2015
+###### Auto generated by spf13/cobra on 16-Dec-2015
index 9a0fe0c8b4d27df2d97f27f805a033e51ce62b0e..389a01a1bb88ad27b7ce2193e5ad1af1a91a132b 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2015-12-11T09:49:10-07:00
+date: 2015-12-16T09:24:56-07:00
 title: "hugo new theme"
 slug: hugo_new_theme
 url: /commands/hugo_new_theme/
@@ -25,6 +25,7 @@ hugo new theme [name]
 ```
       --log[=false]: Enable Logging
       --logFile="": Log File path (if set, logging enabled automatically)
+  -s, --source="": filesystem path to read files relative from
   -v, --verbose[=false]: verbose output
       --verboseLog[=false]: verbose logging
 ```
@@ -32,4 +33,4 @@ hugo new theme [name]
 ### SEE ALSO
 * [hugo new](/commands/hugo_new/)       - Create new content for your site
 
-###### Auto generated by spf13/cobra on 11-Dec-2015
+###### Auto generated by spf13/cobra on 16-Dec-2015
index 8687521e37d82a6c5891b9ed218522b5bb6a4030..8cb0fc7e4ea3513f086cb32f281395d4f1ea4235 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2015-12-11T09:49:10-07:00
+date: 2015-12-16T09:24:56-07:00
 title: "hugo server"
 slug: hugo_server
 url: /commands/hugo_server/
@@ -71,4 +71,4 @@ hugo server
 ### SEE ALSO
 * [hugo](/commands/hugo/)       - hugo builds your site
 
-###### Auto generated by spf13/cobra on 11-Dec-2015
+###### Auto generated by spf13/cobra on 16-Dec-2015
index c7290d0bf3f6ead059cb2cd220c1e5d684c8dea1..fd89f3ce9a04c4334e078920a5c092cb1f55184b 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2015-12-11T09:49:10-07:00
+date: 2015-12-16T09:24:56-07:00
 title: "hugo undraft"
 slug: hugo_undraft
 url: /commands/hugo_undraft/
@@ -31,4 +31,4 @@ hugo undraft path/to/content
 ### SEE ALSO
 * [hugo](/commands/hugo/)       - hugo builds your site
 
-###### Auto generated by spf13/cobra on 11-Dec-2015
+###### Auto generated by spf13/cobra on 16-Dec-2015
index a3e1c59d37e0b0ef4af2d8089baecfb3679f0d47..99523878e1531e3c2eb3952a408a8c0b2455170b 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2015-12-11T09:49:10-07:00
+date: 2015-12-16T09:24:56-07:00
 title: "hugo version"
 slug: hugo_version
 url: /commands/hugo_version/
@@ -29,4 +29,4 @@ hugo version
 ### SEE ALSO
 * [hugo](/commands/hugo/)       - hugo builds your site
 
-###### Auto generated by spf13/cobra on 11-Dec-2015
+###### Auto generated by spf13/cobra on 16-Dec-2015