From 1e27d0589118a114e49c032e4bd68b4798e44a5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 25 Jan 2018 10:24:59 +0100 Subject: [PATCH] docs: Re-generate CLI docs --- docs/content/commands/hugo.md | 9 +++------ docs/content/commands/hugo_benchmark.md | 9 +++------ docs/content/commands/hugo_check.md | 6 +++--- docs/content/commands/hugo_check_ulimit.md | 6 +++--- docs/content/commands/hugo_config.md | 6 +++--- docs/content/commands/hugo_convert.md | 6 +++--- docs/content/commands/hugo_convert_toJSON.md | 6 +++--- docs/content/commands/hugo_convert_toTOML.md | 6 +++--- docs/content/commands/hugo_convert_toYAML.md | 6 +++--- docs/content/commands/hugo_env.md | 6 +++--- docs/content/commands/hugo_gen.md | 6 +++--- docs/content/commands/hugo_gen_autocomplete.md | 6 +++--- docs/content/commands/hugo_gen_chromastyles.md | 6 +++--- docs/content/commands/hugo_gen_doc.md | 6 +++--- docs/content/commands/hugo_gen_man.md | 6 +++--- docs/content/commands/hugo_import.md | 6 +++--- docs/content/commands/hugo_import_jekyll.md | 6 +++--- docs/content/commands/hugo_list.md | 6 +++--- docs/content/commands/hugo_list_drafts.md | 6 +++--- docs/content/commands/hugo_list_expired.md | 6 +++--- docs/content/commands/hugo_list_future.md | 6 +++--- docs/content/commands/hugo_new.md | 6 +++--- docs/content/commands/hugo_new_site.md | 6 +++--- docs/content/commands/hugo_new_theme.md | 6 +++--- docs/content/commands/hugo_server.md | 9 +++------ docs/content/commands/hugo_undraft.md | 6 +++--- docs/content/commands/hugo_version.md | 6 +++--- 27 files changed, 81 insertions(+), 90 deletions(-) diff --git a/docs/content/commands/hugo.md b/docs/content/commands/hugo.md index 847c873fd20..426d62db820 100644 --- a/docs/content/commands/hugo.md +++ b/docs/content/commands/hugo.md @@ -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 diff --git a/docs/content/commands/hugo_benchmark.md b/docs/content/commands/hugo_benchmark.md index 3d958b2fa50..1d38f466110 100644 --- a/docs/content/commands/hugo_benchmark.md +++ b/docs/content/commands/hugo_benchmark.md @@ -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 diff --git a/docs/content/commands/hugo_check.md b/docs/content/commands/hugo_check.md index 06f00c10a37..9dcfa3c5c4d 100644 --- a/docs/content/commands/hugo_check.md +++ b/docs/content/commands/hugo_check.md @@ -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 diff --git a/docs/content/commands/hugo_check_ulimit.md b/docs/content/commands/hugo_check_ulimit.md index ee0d7ecc3d8..9570462cf9e 100644 --- a/docs/content/commands/hugo_check_ulimit.md +++ b/docs/content/commands/hugo_check_ulimit.md @@ -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 diff --git a/docs/content/commands/hugo_config.md b/docs/content/commands/hugo_config.md index dc82b0bb22f..ecb8d5b5c41 100644 --- a/docs/content/commands/hugo_config.md +++ b/docs/content/commands/hugo_config.md @@ -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 diff --git a/docs/content/commands/hugo_convert.md b/docs/content/commands/hugo_convert.md index d648ac34251..838743aeea9 100644 --- a/docs/content/commands/hugo_convert.md +++ b/docs/content/commands/hugo_convert.md @@ -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 diff --git a/docs/content/commands/hugo_convert_toJSON.md b/docs/content/commands/hugo_convert_toJSON.md index 1d2ccb27d79..15e4f573737 100644 --- a/docs/content/commands/hugo_convert_toJSON.md +++ b/docs/content/commands/hugo_convert_toJSON.md @@ -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 diff --git a/docs/content/commands/hugo_convert_toTOML.md b/docs/content/commands/hugo_convert_toTOML.md index 098f6132d2a..6664322613b 100644 --- a/docs/content/commands/hugo_convert_toTOML.md +++ b/docs/content/commands/hugo_convert_toTOML.md @@ -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 diff --git a/docs/content/commands/hugo_convert_toYAML.md b/docs/content/commands/hugo_convert_toYAML.md index f9e0e686385..d18b1a792a4 100644 --- a/docs/content/commands/hugo_convert_toYAML.md +++ b/docs/content/commands/hugo_convert_toYAML.md @@ -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 diff --git a/docs/content/commands/hugo_env.md b/docs/content/commands/hugo_env.md index 90ecf1dc44b..413883cb158 100644 --- a/docs/content/commands/hugo_env.md +++ b/docs/content/commands/hugo_env.md @@ -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 diff --git a/docs/content/commands/hugo_gen.md b/docs/content/commands/hugo_gen.md index fc12e368f4e..7322e8323b8 100644 --- a/docs/content/commands/hugo_gen.md +++ b/docs/content/commands/hugo_gen.md @@ -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 diff --git a/docs/content/commands/hugo_gen_autocomplete.md b/docs/content/commands/hugo_gen_autocomplete.md index 800c2480429..21cd73cbc5a 100644 --- a/docs/content/commands/hugo_gen_autocomplete.md +++ b/docs/content/commands/hugo_gen_autocomplete.md @@ -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 diff --git a/docs/content/commands/hugo_gen_chromastyles.md b/docs/content/commands/hugo_gen_chromastyles.md index dd81610c48a..47b283a53e5 100644 --- a/docs/content/commands/hugo_gen_chromastyles.md +++ b/docs/content/commands/hugo_gen_chromastyles.md @@ -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 diff --git a/docs/content/commands/hugo_gen_doc.md b/docs/content/commands/hugo_gen_doc.md index 908e98ecf1d..f031d450ed3 100644 --- a/docs/content/commands/hugo_gen_doc.md +++ b/docs/content/commands/hugo_gen_doc.md @@ -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 diff --git a/docs/content/commands/hugo_gen_man.md b/docs/content/commands/hugo_gen_man.md index c7b0cf22c45..6ad7c9cae10 100644 --- a/docs/content/commands/hugo_gen_man.md +++ b/docs/content/commands/hugo_gen_man.md @@ -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 diff --git a/docs/content/commands/hugo_import.md b/docs/content/commands/hugo_import.md index 80e2276462d..da2c794fb2d 100644 --- a/docs/content/commands/hugo_import.md +++ b/docs/content/commands/hugo_import.md @@ -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 diff --git a/docs/content/commands/hugo_import_jekyll.md b/docs/content/commands/hugo_import_jekyll.md index d1583ec7a90..0a00a6f2fdc 100644 --- a/docs/content/commands/hugo_import_jekyll.md +++ b/docs/content/commands/hugo_import_jekyll.md @@ -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 diff --git a/docs/content/commands/hugo_list.md b/docs/content/commands/hugo_list.md index 7a2665a45d1..0a6ce2020bd 100644 --- a/docs/content/commands/hugo_list.md +++ b/docs/content/commands/hugo_list.md @@ -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 diff --git a/docs/content/commands/hugo_list_drafts.md b/docs/content/commands/hugo_list_drafts.md index f842cb22b14..4b9f504c6a4 100644 --- a/docs/content/commands/hugo_list_drafts.md +++ b/docs/content/commands/hugo_list_drafts.md @@ -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 diff --git a/docs/content/commands/hugo_list_expired.md b/docs/content/commands/hugo_list_expired.md index bbf083593b8..b1be2196f13 100644 --- a/docs/content/commands/hugo_list_expired.md +++ b/docs/content/commands/hugo_list_expired.md @@ -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 diff --git a/docs/content/commands/hugo_list_future.md b/docs/content/commands/hugo_list_future.md index d0c96d0c186..146fcb84147 100644 --- a/docs/content/commands/hugo_list_future.md +++ b/docs/content/commands/hugo_list_future.md @@ -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 diff --git a/docs/content/commands/hugo_new.md b/docs/content/commands/hugo_new.md index 19eca79c0a0..be36e88eaa4 100644 --- a/docs/content/commands/hugo_new.md +++ b/docs/content/commands/hugo_new.md @@ -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 diff --git a/docs/content/commands/hugo_new_site.md b/docs/content/commands/hugo_new_site.md index 7ac1146e251..701f58d5910 100644 --- a/docs/content/commands/hugo_new_site.md +++ b/docs/content/commands/hugo_new_site.md @@ -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 diff --git a/docs/content/commands/hugo_new_theme.md b/docs/content/commands/hugo_new_theme.md index 8aac5651c26..c02fc994aea 100644 --- a/docs/content/commands/hugo_new_theme.md +++ b/docs/content/commands/hugo_new_theme.md @@ -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 diff --git a/docs/content/commands/hugo_server.md b/docs/content/commands/hugo_server.md index 1157e646fed..273b92bb30f 100644 --- a/docs/content/commands/hugo_server.md +++ b/docs/content/commands/hugo_server.md @@ -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 diff --git a/docs/content/commands/hugo_undraft.md b/docs/content/commands/hugo_undraft.md index 102ec4541f8..8b4274de9ad 100644 --- a/docs/content/commands/hugo_undraft.md +++ b/docs/content/commands/hugo_undraft.md @@ -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 diff --git a/docs/content/commands/hugo_version.md b/docs/content/commands/hugo_version.md index c4b07d25bf6..10f43ef9e0e 100644 --- a/docs/content/commands/hugo_version.md +++ b/docs/content/commands/hugo_version.md @@ -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