docs: Re-generate CLI docs
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 25 Jan 2018 09:24:59 +0000 (10:24 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 25 Jan 2018 09:24:59 +0000 (10:24 +0100)
27 files changed:
docs/content/commands/hugo.md
docs/content/commands/hugo_benchmark.md
docs/content/commands/hugo_check.md
docs/content/commands/hugo_check_ulimit.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_env.md
docs/content/commands/hugo_gen.md
docs/content/commands/hugo_gen_autocomplete.md
docs/content/commands/hugo_gen_chromastyles.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_expired.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 847c873fd203325c9c8f6ce7d57cb5d19a6bdd4c..426d62db8207055a9d0e5f2485bc216296897437 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2017-12-28T18:49:29+01:00
+date: 2018-01-25T10:24:52+01:00
 title: "hugo"
 slug: hugo
 url: /commands/hugo/
@@ -10,7 +10,6 @@ hugo builds your site
 
 ### Synopsis
 
-
 hugo is the main command, used to build your Hugo site.
 
 Hugo is a Fast and Flexible Static Site Generator
@@ -36,10 +35,7 @@ hugo [flags]
   -c, --contentDir string          filesystem path to content directory
       --debug                      debug output
   -d, --destination string         filesystem path to write files to
-      --disable404                 do not render 404 page
       --disableKinds stringSlice   disable different kind of pages (home, RSS etc.)
-      --disableRSS                 do not build RSS files
-      --disableSitemap             do not build Sitemap file
       --enableGitInfo              add Git revision, date and author info to the pages
       --forceSyncStatic            copy all files when static is changed.
       --gc                         enable to run some cleanup tasks (remove unused cache files) after the build
@@ -68,6 +64,7 @@ hugo [flags]
 ```
 
 ### SEE ALSO
+
 * [hugo benchmark](/commands/hugo_benchmark/)   - Benchmark Hugo by building a site a number of times.
 * [hugo check](/commands/hugo_check/)   - Contains some verification checks
 * [hugo config](/commands/hugo_config/)         - Print the site configuration
@@ -81,4 +78,4 @@ hugo [flags]
 * [hugo undraft](/commands/hugo_undraft/)       - Undraft resets the content's draft status
 * [hugo version](/commands/hugo_version/)       - Print the version number of Hugo
 
-###### Auto generated by spf13/cobra on 28-Dec-2017
+###### Auto generated by spf13/cobra on 25-Jan-2018
index 3d958b2fa50a1c93af85de1a56eb71353255c313..1d38f466110343dceb02e137d71b93df3043a280 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2017-12-28T18:49:29+01:00
+date: 2018-01-25T10:24:52+01:00
 title: "hugo benchmark"
 slug: hugo_benchmark
 url: /commands/hugo_benchmark/
@@ -10,7 +10,6 @@ Benchmark Hugo by building a site a number of times.
 
 ### Synopsis
 
-
 Hugo can build a site many times over and analyze the running process
 creating a benchmark.
 
@@ -32,10 +31,7 @@ hugo benchmark [flags]
   -n, --count int                  number of times to build the site (default 13)
       --cpuprofile string          path/filename for the CPU profile file
   -d, --destination string         filesystem path to write files to
-      --disable404                 do not render 404 page
       --disableKinds stringSlice   disable different kind of pages (home, RSS etc.)
-      --disableRSS                 do not build RSS files
-      --disableSitemap             do not build Sitemap file
       --enableGitInfo              add Git revision, date and author info to the pages
       --forceSyncStatic            copy all files when static is changed.
       --gc                         enable to run some cleanup tasks (remove unused cache files) after the build
@@ -71,6 +67,7 @@ hugo benchmark [flags]
 ```
 
 ### SEE ALSO
+
 * [hugo](/commands/hugo/)       - hugo builds your site
 
-###### Auto generated by spf13/cobra on 28-Dec-2017
+###### Auto generated by spf13/cobra on 25-Jan-2018
index 06f00c10a37847f8783f4385d1ff48331cb4eef0..9dcfa3c5c4d62a0e551608573b7eb1044fba56de 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2017-12-28T18:49:29+01:00
+date: 2018-01-25T10:24:52+01:00
 title: "hugo check"
 slug: hugo_check
 url: /commands/hugo_check/
@@ -10,7 +10,6 @@ Contains some verification checks
 
 ### Synopsis
 
-
 Contains some verification checks
 
 ### Options
@@ -32,7 +31,8 @@ Contains some verification checks
 ```
 
 ### SEE ALSO
+
 * [hugo](/commands/hugo/)       - hugo builds your site
 * [hugo check ulimit](/commands/hugo_check_ulimit/)     - Check system ulimit settings
 
-###### Auto generated by spf13/cobra on 28-Dec-2017
+###### Auto generated by spf13/cobra on 25-Jan-2018
index ee0d7ecc3d81a7c720fb087a6206c00fd96214a7..9570462cf9e19ca5281d460a05a4939b8157056d 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2017-12-28T18:49:29+01:00
+date: 2018-01-25T10:24:52+01:00
 title: "hugo check ulimit"
 slug: hugo_check_ulimit
 url: /commands/hugo_check_ulimit/
@@ -10,7 +10,6 @@ Check system ulimit settings
 
 ### Synopsis
 
-
 Hugo will inspect the current ulimit settings on the system.
 This is primarily to ensure that Hugo can watch enough files on some OSs
 
@@ -37,6 +36,7 @@ hugo check ulimit [flags]
 ```
 
 ### SEE ALSO
+
 * [hugo check](/commands/hugo_check/)   - Contains some verification checks
 
-###### Auto generated by spf13/cobra on 28-Dec-2017
+###### Auto generated by spf13/cobra on 25-Jan-2018
index dc82b0bb22fdaea7568487564dc029d693b46f79..ecb8d5b5c41b3857f0ee62169f9bb86f5a2dbe8d 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2017-12-28T18:49:29+01:00
+date: 2018-01-25T10:24:52+01:00
 title: "hugo config"
 slug: hugo_config
 url: /commands/hugo_config/
@@ -10,7 +10,6 @@ Print the site configuration
 
 ### Synopsis
 
-
 Print the site configuration, both default and custom settings.
 
 ```
@@ -36,6 +35,7 @@ hugo config [flags]
 ```
 
 ### SEE ALSO
+
 * [hugo](/commands/hugo/)       - hugo builds your site
 
-###### Auto generated by spf13/cobra on 28-Dec-2017
+###### Auto generated by spf13/cobra on 25-Jan-2018
index d648ac3425154dbcb5f080c2241ca71f13810be7..838743aeea9cd1ac5638f8e339ab9e2623b49112 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2017-12-28T18:49:29+01:00
+date: 2018-01-25T10:24:52+01:00
 title: "hugo convert"
 slug: hugo_convert
 url: /commands/hugo_convert/
@@ -10,7 +10,6 @@ Convert your content to different formats
 
 ### Synopsis
 
-
 Convert your content (e.g. front matter) to different formats.
 
 See convert's subcommands toJSON, toTOML and toYAML for more information.
@@ -37,9 +36,10 @@ See convert's subcommands toJSON, toTOML and toYAML for more information.
 ```
 
 ### SEE ALSO
+
 * [hugo](/commands/hugo/)       - hugo builds your site
 * [hugo convert toJSON](/commands/hugo_convert_tojson/)         - Convert front matter to JSON
 * [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 28-Dec-2017
+###### Auto generated by spf13/cobra on 25-Jan-2018
index 1d2ccb27d79ff4731def7194cd7c8f96a1a01607..15e4f573737523186bb6de32c9a610d52c9215fe 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2017-12-28T18:49:29+01:00
+date: 2018-01-25T10:24:52+01:00
 title: "hugo convert toJSON"
 slug: hugo_convert_toJSON
 url: /commands/hugo_convert_tojson/
@@ -10,7 +10,6 @@ Convert front matter to JSON
 
 ### Synopsis
 
-
 toJSON converts all front matter in the content directory
 to use JSON for the front matter.
 
@@ -40,6 +39,7 @@ hugo convert toJSON [flags]
 ```
 
 ### SEE ALSO
+
 * [hugo convert](/commands/hugo_convert/)       - Convert your content to different formats
 
-###### Auto generated by spf13/cobra on 28-Dec-2017
+###### Auto generated by spf13/cobra on 25-Jan-2018
index 098f6132d2a043684e1b8bbd895dc1c809689ee1..6664322613bcfe4390d29a50a88d38db31c11ca1 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2017-12-28T18:49:29+01:00
+date: 2018-01-25T10:24:52+01:00
 title: "hugo convert toTOML"
 slug: hugo_convert_toTOML
 url: /commands/hugo_convert_totoml/
@@ -10,7 +10,6 @@ Convert front matter to TOML
 
 ### Synopsis
 
-
 toTOML converts all front matter in the content directory
 to use TOML for the front matter.
 
@@ -40,6 +39,7 @@ hugo convert toTOML [flags]
 ```
 
 ### SEE ALSO
+
 * [hugo convert](/commands/hugo_convert/)       - Convert your content to different formats
 
-###### Auto generated by spf13/cobra on 28-Dec-2017
+###### Auto generated by spf13/cobra on 25-Jan-2018
index f9e0e686385a642f115998cda60f6ee5c3630f23..d18b1a792a4e645f9f6b3ff27c25f80dd32c4a49 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2017-12-28T18:49:29+01:00
+date: 2018-01-25T10:24:52+01:00
 title: "hugo convert toYAML"
 slug: hugo_convert_toYAML
 url: /commands/hugo_convert_toyaml/
@@ -10,7 +10,6 @@ Convert front matter to YAML
 
 ### Synopsis
 
-
 toYAML converts all front matter in the content directory
 to use YAML for the front matter.
 
@@ -40,6 +39,7 @@ hugo convert toYAML [flags]
 ```
 
 ### SEE ALSO
+
 * [hugo convert](/commands/hugo_convert/)       - Convert your content to different formats
 
-###### Auto generated by spf13/cobra on 28-Dec-2017
+###### Auto generated by spf13/cobra on 25-Jan-2018
index 90ecf1dc44b07382b9af29970961c85ce4404926..413883cb158b51991ee2de73105d1840a5eb63c7 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2017-12-28T18:49:29+01:00
+date: 2018-01-25T10:24:52+01:00
 title: "hugo env"
 slug: hugo_env
 url: /commands/hugo_env/
@@ -10,7 +10,6 @@ Print Hugo version and environment info
 
 ### Synopsis
 
-
 Print Hugo version and environment info. This is useful in Hugo bug reports.
 
 ```
@@ -36,6 +35,7 @@ hugo env [flags]
 ```
 
 ### SEE ALSO
+
 * [hugo](/commands/hugo/)       - hugo builds your site
 
-###### Auto generated by spf13/cobra on 28-Dec-2017
+###### Auto generated by spf13/cobra on 25-Jan-2018
index fc12e368f4edd9c236331a4fc25f52fcf9f69a06..7322e8323b81a412bff10731f7d7c55b6aa5b5c0 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2017-12-28T18:49:29+01:00
+date: 2018-01-25T10:24:52+01:00
 title: "hugo gen"
 slug: hugo_gen
 url: /commands/hugo_gen/
@@ -10,7 +10,6 @@ A collection of several useful generators.
 
 ### Synopsis
 
-
 A collection of several useful generators.
 
 ### Options
@@ -32,10 +31,11 @@ A collection of several useful generators.
 ```
 
 ### SEE ALSO
+
 * [hugo](/commands/hugo/)       - hugo builds your site
 * [hugo gen autocomplete](/commands/hugo_gen_autocomplete/)     - Generate shell autocompletion script for Hugo
 * [hugo gen chromastyles](/commands/hugo_gen_chromastyles/)     - Generate CSS stylesheet for the Chroma code highlighter
 * [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 28-Dec-2017
+###### Auto generated by spf13/cobra on 25-Jan-2018
index 800c24804291d89ccebc816bf27594316590b817..21cd73cbc5a5899058562cfafc592d4549e588a1 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2017-12-28T18:49:29+01:00
+date: 2018-01-25T10:24:52+01:00
 title: "hugo gen autocomplete"
 slug: hugo_gen_autocomplete
 url: /commands/hugo_gen_autocomplete/
@@ -10,7 +10,6 @@ Generate shell autocompletion script for Hugo
 
 ### Synopsis
 
-
 Generates a shell autocompletion script for Hugo.
 
 NOTE: The current version supports Bash only.
@@ -54,6 +53,7 @@ hugo gen autocomplete [flags]
 ```
 
 ### SEE ALSO
+
 * [hugo gen](/commands/hugo_gen/)       - A collection of several useful generators.
 
-###### Auto generated by spf13/cobra on 28-Dec-2017
+###### Auto generated by spf13/cobra on 25-Jan-2018
index dd81610c48aa2663cf10714b257ca844708a92af..47b283a53e500f09787db2095345ddc8d512bb45 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2017-12-28T18:49:29+01:00
+date: 2018-01-25T10:24:52+01:00
 title: "hugo gen chromastyles"
 slug: hugo_gen_chromastyles
 url: /commands/hugo_gen_chromastyles/
@@ -10,7 +10,6 @@ Generate CSS stylesheet for the Chroma code highlighter
 
 ### Synopsis
 
-
 Generate CSS stylesheet for the Chroma code highlighter for a given style. This stylesheet is needed if pygmentsUseClasses is enabled in config.
 
 See https://help.farbox.com/pygments.html for preview of available styles
@@ -41,6 +40,7 @@ hugo gen chromastyles [flags]
 ```
 
 ### SEE ALSO
+
 * [hugo gen](/commands/hugo_gen/)       - A collection of several useful generators.
 
-###### Auto generated by spf13/cobra on 28-Dec-2017
+###### Auto generated by spf13/cobra on 25-Jan-2018
index 908e98ecf1db74b1ae4ee25138eebe486a71b72b..f031d450ed3c8ebda1f83e0c2005cb3e0faf97b5 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2017-12-28T18:49:29+01:00
+date: 2018-01-25T10:24:52+01:00
 title: "hugo gen doc"
 slug: hugo_gen_doc
 url: /commands/hugo_gen_doc/
@@ -10,7 +10,6 @@ Generate Markdown documentation for the Hugo CLI.
 
 ### Synopsis
 
-
 Generate Markdown documentation for the Hugo CLI.
 
 This command is, mostly, used to create up-to-date documentation
@@ -43,6 +42,7 @@ hugo gen doc [flags]
 ```
 
 ### SEE ALSO
+
 * [hugo gen](/commands/hugo_gen/)       - A collection of several useful generators.
 
-###### Auto generated by spf13/cobra on 28-Dec-2017
+###### Auto generated by spf13/cobra on 25-Jan-2018
index c7b0cf22c4569d5b3533b6b12f003e98da8ba4d5..6ad7c9cae10bc7d7a451680c6ef3baa470b1f0c3 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2017-12-28T18:49:29+01:00
+date: 2018-01-25T10:24:52+01:00
 title: "hugo gen man"
 slug: hugo_gen_man
 url: /commands/hugo_gen_man/
@@ -10,7 +10,6 @@ Generate man pages for the Hugo CLI
 
 ### Synopsis
 
-
 This command automatically generates up-to-date man pages of Hugo's
 command-line interface.  By default, it creates the man page files
 in the "man" directory under the current directory.
@@ -39,6 +38,7 @@ hugo gen man [flags]
 ```
 
 ### SEE ALSO
+
 * [hugo gen](/commands/hugo_gen/)       - A collection of several useful generators.
 
-###### Auto generated by spf13/cobra on 28-Dec-2017
+###### Auto generated by spf13/cobra on 25-Jan-2018
index 80e2276462d49dd567dd9de6247f3bb1e9d561d6..da2c794fb2ddb95cbfd00aaa3a46bf4b5fecb936 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2017-12-28T18:49:29+01:00
+date: 2018-01-25T10:24:52+01:00
 title: "hugo import"
 slug: hugo_import
 url: /commands/hugo_import/
@@ -10,7 +10,6 @@ Import your site from others.
 
 ### Synopsis
 
-
 Import your site from other web site generators like Jekyll.
 
 Import requires a subcommand, e.g. `hugo import jekyll jekyll_root_path target_path`.
@@ -34,7 +33,8 @@ Import requires a subcommand, e.g. `hugo import jekyll jekyll_root_path target_p
 ```
 
 ### SEE ALSO
+
 * [hugo](/commands/hugo/)       - hugo builds your site
 * [hugo import jekyll](/commands/hugo_import_jekyll/)   - hugo import from Jekyll
 
-###### Auto generated by spf13/cobra on 28-Dec-2017
+###### Auto generated by spf13/cobra on 25-Jan-2018
index d1583ec7a90f0fb3401fc73f0ff0a8230c65ed92..0a00a6f2fdcd4858dd3969942c035aa33a0f4e7e 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2017-12-28T18:49:29+01:00
+date: 2018-01-25T10:24:52+01:00
 title: "hugo import jekyll"
 slug: hugo_import_jekyll
 url: /commands/hugo_import_jekyll/
@@ -10,7 +10,6 @@ hugo import from Jekyll
 
 ### Synopsis
 
-
 hugo import from Jekyll.
 
 Import from Jekyll requires two paths, e.g. `hugo import jekyll jekyll_root_path target_path`.
@@ -39,6 +38,7 @@ hugo import jekyll [flags]
 ```
 
 ### SEE ALSO
+
 * [hugo import](/commands/hugo_import/)         - Import your site from others.
 
-###### Auto generated by spf13/cobra on 28-Dec-2017
+###### Auto generated by spf13/cobra on 25-Jan-2018
index 7a2665a45d1c9b320e312b037b211535ed9c9215..0a6ce2020bd1eaee41d261fd3e6405832d2833af 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2017-12-28T18:49:29+01:00
+date: 2018-01-25T10:24:52+01:00
 title: "hugo list"
 slug: hugo_list
 url: /commands/hugo_list/
@@ -10,7 +10,6 @@ Listing out various types of content
 
 ### Synopsis
 
-
 Listing out various types of content.
 
 List requires a subcommand, e.g. `hugo list drafts`.
@@ -35,9 +34,10 @@ List requires a subcommand, e.g. `hugo list drafts`.
 ```
 
 ### SEE ALSO
+
 * [hugo](/commands/hugo/)       - hugo builds your site
 * [hugo list drafts](/commands/hugo_list_drafts/)       - List all drafts
 * [hugo list expired](/commands/hugo_list_expired/)     - List all posts already expired
 * [hugo list future](/commands/hugo_list_future/)       - List all posts dated in the future
 
-###### Auto generated by spf13/cobra on 28-Dec-2017
+###### Auto generated by spf13/cobra on 25-Jan-2018
index f842cb22b1475d6c95e408156d0884e1520cdb2f..4b9f504c6a47d3d8433bf399fb76aed88df6e408 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2017-12-28T18:49:29+01:00
+date: 2018-01-25T10:24:52+01:00
 title: "hugo list drafts"
 slug: hugo_list_drafts
 url: /commands/hugo_list_drafts/
@@ -10,7 +10,6 @@ List all drafts
 
 ### Synopsis
 
-
 List all of the drafts in your content directory.
 
 ```
@@ -37,6 +36,7 @@ hugo list drafts [flags]
 ```
 
 ### SEE ALSO
+
 * [hugo list](/commands/hugo_list/)     - Listing out various types of content
 
-###### Auto generated by spf13/cobra on 28-Dec-2017
+###### Auto generated by spf13/cobra on 25-Jan-2018
index bbf083593b84d19ba4520e30a067e90a66ceee23..b1be2196f134f3369f40053c14eada661278803f 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2017-12-28T18:49:29+01:00
+date: 2018-01-25T10:24:52+01:00
 title: "hugo list expired"
 slug: hugo_list_expired
 url: /commands/hugo_list_expired/
@@ -10,7 +10,6 @@ List all posts already expired
 
 ### Synopsis
 
-
 List all of the posts in your content directory which has already
 expired.
 
@@ -38,6 +37,7 @@ hugo list expired [flags]
 ```
 
 ### SEE ALSO
+
 * [hugo list](/commands/hugo_list/)     - Listing out various types of content
 
-###### Auto generated by spf13/cobra on 28-Dec-2017
+###### Auto generated by spf13/cobra on 25-Jan-2018
index d0c96d0c186c224fd5b55488de667854e6cc4151..146fcb84147b60f159426627b880bc43cb78733f 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2017-12-28T18:49:29+01:00
+date: 2018-01-25T10:24:52+01:00
 title: "hugo list future"
 slug: hugo_list_future
 url: /commands/hugo_list_future/
@@ -10,7 +10,6 @@ List all posts dated in the future
 
 ### Synopsis
 
-
 List all of the posts in your content directory which will be
 posted in the future.
 
@@ -38,6 +37,7 @@ hugo list future [flags]
 ```
 
 ### SEE ALSO
+
 * [hugo list](/commands/hugo_list/)     - Listing out various types of content
 
-###### Auto generated by spf13/cobra on 28-Dec-2017
+###### Auto generated by spf13/cobra on 25-Jan-2018
index 19eca79c0a0f7da7d0a786ce63ce79c82b73ab89..be36e88eaa4c9ba321cdcf55c1fb99de61602c72 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2017-12-28T18:49:29+01:00
+date: 2018-01-25T10:24:52+01:00
 title: "hugo new"
 slug: hugo_new
 url: /commands/hugo_new/
@@ -10,7 +10,6 @@ Create new content for your site
 
 ### Synopsis
 
-
 Create a new content file and automatically set the date and title.
 It will guess which kind of file to create based on the path provided.
 
@@ -44,8 +43,9 @@ hugo new [path] [flags]
 ```
 
 ### SEE ALSO
+
 * [hugo](/commands/hugo/)       - hugo builds your site
 * [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 28-Dec-2017
+###### Auto generated by spf13/cobra on 25-Jan-2018
index 7ac1146e251560f5dcc5bd92ccc5477dbceefc06..701f58d5910ba01e724a50604e162efe5a474f6b 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2017-12-28T18:49:29+01:00
+date: 2018-01-25T10:24:52+01:00
 title: "hugo new site"
 slug: hugo_new_site
 url: /commands/hugo_new_site/
@@ -10,7 +10,6 @@ Create a new site (skeleton)
 
 ### Synopsis
 
-
 Create a new site in the provided directory.
 The new site will have the correct structure, but no content or theme yet.
 Use `hugo new [contentPath]` to create new content.
@@ -41,6 +40,7 @@ hugo new site [path] [flags]
 ```
 
 ### SEE ALSO
+
 * [hugo new](/commands/hugo_new/)       - Create new content for your site
 
-###### Auto generated by spf13/cobra on 28-Dec-2017
+###### Auto generated by spf13/cobra on 25-Jan-2018
index 8aac5651c263d43fb490ddca07bb1dd4122ba946..c02fc994aead186ab2eeb2a17fd1d6c4d3695e63 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2017-12-28T18:49:29+01:00
+date: 2018-01-25T10:24:52+01:00
 title: "hugo new theme"
 slug: hugo_new_theme
 url: /commands/hugo_new_theme/
@@ -10,7 +10,6 @@ Create a new theme
 
 ### Synopsis
 
-
 Create a new theme (skeleton) called [name] in the current directory.
 New theme is a skeleton. Please add content to the touched files. Add your
 name to the copyright line in the license and adjust the theme.toml file
@@ -40,6 +39,7 @@ hugo new theme [name] [flags]
 ```
 
 ### SEE ALSO
+
 * [hugo new](/commands/hugo_new/)       - Create new content for your site
 
-###### Auto generated by spf13/cobra on 28-Dec-2017
+###### Auto generated by spf13/cobra on 25-Jan-2018
index 1157e646fedb2d756a7fe03a11b0bddcd05995b8..273b92bb30f3ef24cc75edf92a4599b721f2fd0f 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2017-12-28T18:49:29+01:00
+date: 2018-01-25T10:24:52+01:00
 title: "hugo server"
 slug: hugo_server
 url: /commands/hugo_server/
@@ -10,7 +10,6 @@ A high performance webserver
 
 ### Synopsis
 
-
 Hugo provides its own webserver which builds and serves the site.
 While hugo server is high performance, it is a webserver with limited options.
 Many run it in production, but the standard behavior is for people to use it
@@ -42,12 +41,9 @@ hugo server [flags]
       --cleanDestinationDir        remove files from destination not found in static directories
   -c, --contentDir string          filesystem path to content directory
   -d, --destination string         filesystem path to write files to
-      --disable404                 do not render 404 page
       --disableFastRender          enables full re-renders on changes
       --disableKinds stringSlice   disable different kind of pages (home, RSS etc.)
       --disableLiveReload          watch without enabling live browser reload on rebuild
-      --disableRSS                 do not build RSS files
-      --disableSitemap             do not build Sitemap file
       --enableGitInfo              add Git revision, date and author info to the pages
       --forceSyncStatic            copy all files when static is changed.
       --gc                         enable to run some cleanup tasks (remove unused cache files) after the build
@@ -89,6 +85,7 @@ hugo server [flags]
 ```
 
 ### SEE ALSO
+
 * [hugo](/commands/hugo/)       - hugo builds your site
 
-###### Auto generated by spf13/cobra on 28-Dec-2017
+###### Auto generated by spf13/cobra on 25-Jan-2018
index 102ec4541f8fa8674239d6c1b2fe553866f008c7..8b4274de9addae91b059e75e73a114c7e2d1163a 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2017-12-28T18:49:29+01:00
+date: 2018-01-25T10:24:52+01:00
 title: "hugo undraft"
 slug: hugo_undraft
 url: /commands/hugo_undraft/
@@ -10,7 +10,6 @@ Undraft resets the content's draft status
 
 ### Synopsis
 
-
 Undraft resets the content's draft status
 and updates the date to the current date and time.
 If the content's draft status is 'False', nothing is done.
@@ -38,6 +37,7 @@ hugo undraft path/to/content [flags]
 ```
 
 ### SEE ALSO
+
 * [hugo](/commands/hugo/)       - hugo builds your site
 
-###### Auto generated by spf13/cobra on 28-Dec-2017
+###### Auto generated by spf13/cobra on 25-Jan-2018
index c4b07d25bf6fcf6463831f16af0d6680964307c7..10f43ef9e0e9307f23cdc99b1778912447411a8d 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2017-12-28T18:49:29+01:00
+date: 2018-01-25T10:24:52+01:00
 title: "hugo version"
 slug: hugo_version
 url: /commands/hugo_version/
@@ -10,7 +10,6 @@ Print the version number of Hugo
 
 ### Synopsis
 
-
 All software has versions. This is Hugo's.
 
 ```
@@ -36,6 +35,7 @@ hugo version [flags]
 ```
 
 ### SEE ALSO
+
 * [hugo](/commands/hugo/)       - hugo builds your site
 
-###### Auto generated by spf13/cobra on 28-Dec-2017
+###### Auto generated by spf13/cobra on 25-Jan-2018