From be2842da18ebe3ec1a28a336ae4c48d889d302d1 Mon Sep 17 00:00:00 2001 From: bep Date: Thu, 21 May 2015 20:05:14 +0200 Subject: [PATCH] Fix formatting in hugo command description --- commands/hugo.go | 3 +-- docs/content/commands/hugo.md | 7 +++---- docs/content/commands/hugo_benchmark.md | 4 ++-- docs/content/commands/hugo_check.md | 4 ++-- docs/content/commands/hugo_config.md | 4 ++-- docs/content/commands/hugo_convert.md | 4 ++-- docs/content/commands/hugo_convert_toJSON.md | 4 ++-- docs/content/commands/hugo_convert_toTOML.md | 4 ++-- docs/content/commands/hugo_convert_toYAML.md | 4 ++-- docs/content/commands/hugo_genautocomplete.md | 4 ++-- docs/content/commands/hugo_gendoc.md | 4 ++-- docs/content/commands/hugo_help.md | 4 ++-- docs/content/commands/hugo_list.md | 4 ++-- docs/content/commands/hugo_list_drafts.md | 4 ++-- docs/content/commands/hugo_list_future.md | 4 ++-- docs/content/commands/hugo_new.md | 4 ++-- docs/content/commands/hugo_new_site.md | 4 ++-- docs/content/commands/hugo_new_theme.md | 4 ++-- docs/content/commands/hugo_server.md | 4 ++-- docs/content/commands/hugo_undraft.md | 4 ++-- docs/content/commands/hugo_version.md | 4 ++-- 21 files changed, 42 insertions(+), 44 deletions(-) diff --git a/commands/hugo.go b/commands/hugo.go index bbe0911b7..ce38f1cbf 100644 --- a/commands/hugo.go +++ b/commands/hugo.go @@ -45,8 +45,7 @@ var HugoCmd = &cobra.Command{ Short: "hugo builds your site", Long: `hugo is the main command, used to build your Hugo site. - Hugo is a Fast and Flexible Static Site Generator built with -love by spf13 and friends in Go. +Hugo is a Fast and Flexible Static Site Generator built with love by spf13 and friends in Go. Complete documentation is available at http://gohugo.io`, Run: func(cmd *cobra.Command, args []string) { diff --git a/docs/content/commands/hugo.md b/docs/content/commands/hugo.md index 7ff2d6514..9334c5ae4 100644 --- a/docs/content/commands/hugo.md +++ b/docs/content/commands/hugo.md @@ -1,5 +1,5 @@ --- -date: 2015-05-21T13:28:49+02:00 +date: 2015-05-21T20:03:19+02:00 title: "hugo" slug: hugo url: /commands/hugo/ @@ -13,8 +13,7 @@ hugo builds your site hugo is the main command, used to build your Hugo site. - Hugo is a Fast and Flexible Static Site Generator built with -love by spf13 and friends in Go. +Hugo is a Fast and Flexible Static Site Generator built with love by spf13 and friends in Go. Complete documentation is available at http://gohugo.io @@ -63,4 +62,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 at 2015-05-21 11:28:49.115941591 +0000 UTC +###### Auto generated by spf13/cobra at 2015-05-21 18:03:19.802527731 +0000 UTC diff --git a/docs/content/commands/hugo_benchmark.md b/docs/content/commands/hugo_benchmark.md index 33f7a98d8..55d54ed0c 100644 --- a/docs/content/commands/hugo_benchmark.md +++ b/docs/content/commands/hugo_benchmark.md @@ -1,5 +1,5 @@ --- -date: 2015-05-21T13:28:49+02:00 +date: 2015-05-21T20:03:19+02:00 title: "hugo benchmark" slug: hugo_benchmark url: /commands/hugo_benchmark/ @@ -54,4 +54,4 @@ hugo benchmark ### SEE ALSO * [hugo](/commands/hugo/) - hugo builds your site -###### Auto generated by spf13/cobra at 2015-05-21 11:28:49.109804306 +0000 UTC +###### Auto generated by spf13/cobra at 2015-05-21 18:03:19.80030401 +0000 UTC diff --git a/docs/content/commands/hugo_check.md b/docs/content/commands/hugo_check.md index 78f354349..3900acd54 100644 --- a/docs/content/commands/hugo_check.md +++ b/docs/content/commands/hugo_check.md @@ -1,5 +1,5 @@ --- -date: 2015-05-21T13:28:49+02:00 +date: 2015-05-21T20:03:19+02:00 title: "hugo check" slug: hugo_check url: /commands/hugo_check/ @@ -51,4 +51,4 @@ hugo check ### SEE ALSO * [hugo](/commands/hugo/) - hugo builds your site -###### Auto generated by spf13/cobra at 2015-05-21 11:28:49.109462328 +0000 UTC +###### Auto generated by spf13/cobra at 2015-05-21 18:03:19.800150805 +0000 UTC diff --git a/docs/content/commands/hugo_config.md b/docs/content/commands/hugo_config.md index 2270de746..65d3605fc 100644 --- a/docs/content/commands/hugo_config.md +++ b/docs/content/commands/hugo_config.md @@ -1,5 +1,5 @@ --- -date: 2015-05-21T13:28:49+02:00 +date: 2015-05-21T20:03:19+02:00 title: "hugo config" slug: hugo_config url: /commands/hugo_config/ @@ -50,4 +50,4 @@ hugo config ### SEE ALSO * [hugo](/commands/hugo/) - hugo builds your site -###### Auto generated by spf13/cobra at 2015-05-21 11:28:49.109132996 +0000 UTC +###### Auto generated by spf13/cobra at 2015-05-21 18:03:19.800015664 +0000 UTC diff --git a/docs/content/commands/hugo_convert.md b/docs/content/commands/hugo_convert.md index 8a41fab93..3f8034de3 100644 --- a/docs/content/commands/hugo_convert.md +++ b/docs/content/commands/hugo_convert.md @@ -1,5 +1,5 @@ --- -date: 2015-05-21T13:28:49+02:00 +date: 2015-05-21T20:03:19+02:00 title: "hugo convert" slug: hugo_convert url: /commands/hugo_convert/ @@ -51,4 +51,4 @@ Convert will modify your content to different formats * [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-05-21 11:28:49.111041667 +0000 UTC +###### Auto generated by spf13/cobra at 2015-05-21 18:03:19.800919 +0000 UTC diff --git a/docs/content/commands/hugo_convert_toJSON.md b/docs/content/commands/hugo_convert_toJSON.md index 2da17dd16..f1b570140 100644 --- a/docs/content/commands/hugo_convert_toJSON.md +++ b/docs/content/commands/hugo_convert_toJSON.md @@ -1,5 +1,5 @@ --- -date: 2015-05-21T13:28:49+02:00 +date: 2015-05-21T20:03:19+02:00 title: "hugo convert toJSON" slug: hugo_convert_toJSON url: /commands/hugo_convert_tojson/ @@ -53,4 +53,4 @@ hugo convert toJSON ### SEE ALSO * [hugo convert](/commands/hugo_convert/) - Convert will modify your content to different formats -###### Auto generated by spf13/cobra at 2015-05-21 11:28:49.110137636 +0000 UTC +###### Auto generated by spf13/cobra at 2015-05-21 18:03:19.800453812 +0000 UTC diff --git a/docs/content/commands/hugo_convert_toTOML.md b/docs/content/commands/hugo_convert_toTOML.md index 1dab36101..da296a7e2 100644 --- a/docs/content/commands/hugo_convert_toTOML.md +++ b/docs/content/commands/hugo_convert_toTOML.md @@ -1,5 +1,5 @@ --- -date: 2015-05-21T13:28:49+02:00 +date: 2015-05-21T20:03:19+02:00 title: "hugo convert toTOML" slug: hugo_convert_toTOML url: /commands/hugo_convert_totoml/ @@ -53,4 +53,4 @@ hugo convert toTOML ### SEE ALSO * [hugo convert](/commands/hugo_convert/) - Convert will modify your content to different formats -###### Auto generated by spf13/cobra at 2015-05-21 11:28:49.110499974 +0000 UTC +###### Auto generated by spf13/cobra at 2015-05-21 18:03:19.800610431 +0000 UTC diff --git a/docs/content/commands/hugo_convert_toYAML.md b/docs/content/commands/hugo_convert_toYAML.md index 915df57d5..666eba528 100644 --- a/docs/content/commands/hugo_convert_toYAML.md +++ b/docs/content/commands/hugo_convert_toYAML.md @@ -1,5 +1,5 @@ --- -date: 2015-05-21T13:28:49+02:00 +date: 2015-05-21T20:03:19+02:00 title: "hugo convert toYAML" slug: hugo_convert_toYAML url: /commands/hugo_convert_toyaml/ @@ -53,4 +53,4 @@ hugo convert toYAML ### SEE ALSO * [hugo convert](/commands/hugo_convert/) - Convert will modify your content to different formats -###### Auto generated by spf13/cobra at 2015-05-21 11:28:49.110796632 +0000 UTC +###### Auto generated by spf13/cobra at 2015-05-21 18:03:19.800758702 +0000 UTC diff --git a/docs/content/commands/hugo_genautocomplete.md b/docs/content/commands/hugo_genautocomplete.md index 7623b3cad..51c3ff5c2 100644 --- a/docs/content/commands/hugo_genautocomplete.md +++ b/docs/content/commands/hugo_genautocomplete.md @@ -1,5 +1,5 @@ --- -date: 2015-05-21T13:28:49+02:00 +date: 2015-05-21T20:03:19+02:00 title: "hugo genautocomplete" slug: hugo_genautocomplete url: /commands/hugo_genautocomplete/ @@ -65,4 +65,4 @@ hugo genautocomplete ### SEE ALSO * [hugo](/commands/hugo/) - hugo builds your site -###### Auto generated by spf13/cobra at 2015-05-21 11:28:49.112744005 +0000 UTC +###### Auto generated by spf13/cobra at 2015-05-21 18:03:19.802059052 +0000 UTC diff --git a/docs/content/commands/hugo_gendoc.md b/docs/content/commands/hugo_gendoc.md index c30ef18dc..41f844ff9 100644 --- a/docs/content/commands/hugo_gendoc.md +++ b/docs/content/commands/hugo_gendoc.md @@ -1,5 +1,5 @@ --- -date: 2015-05-21T13:28:49+02:00 +date: 2015-05-21T20:03:19+02:00 title: "hugo gendoc" slug: hugo_gendoc url: /commands/hugo_gendoc/ @@ -56,4 +56,4 @@ hugo gendoc ### SEE ALSO * [hugo](/commands/hugo/) - hugo builds your site -###### Auto generated by spf13/cobra at 2015-05-21 11:28:49.112923248 +0000 UTC +###### Auto generated by spf13/cobra at 2015-05-21 18:03:19.802209793 +0000 UTC diff --git a/docs/content/commands/hugo_help.md b/docs/content/commands/hugo_help.md index bed700065..9ebca7f57 100644 --- a/docs/content/commands/hugo_help.md +++ b/docs/content/commands/hugo_help.md @@ -1,5 +1,5 @@ --- -date: 2015-05-21T13:28:49+02:00 +date: 2015-05-21T20:03:19+02:00 title: "hugo help" slug: hugo_help url: /commands/hugo_help/ @@ -51,4 +51,4 @@ hugo help [command] ### SEE ALSO * [hugo](/commands/hugo/) - hugo builds your site -###### Auto generated by spf13/cobra at 2015-05-21 11:28:49.113243693 +0000 UTC +###### Auto generated by spf13/cobra at 2015-05-21 18:03:19.802371739 +0000 UTC diff --git a/docs/content/commands/hugo_list.md b/docs/content/commands/hugo_list.md index 70372dc8d..d030e9c4d 100644 --- a/docs/content/commands/hugo_list.md +++ b/docs/content/commands/hugo_list.md @@ -1,5 +1,5 @@ --- -date: 2015-05-21T13:28:49+02:00 +date: 2015-05-21T20:03:19+02:00 title: "hugo list" slug: hugo_list url: /commands/hugo_list/ @@ -48,4 +48,4 @@ Listing out various types of content. List requires a subcommand, eg. hugo list * [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-05-21 11:28:49.112250848 +0000 UTC +###### Auto generated by spf13/cobra at 2015-05-21 18:03:19.801756747 +0000 UTC diff --git a/docs/content/commands/hugo_list_drafts.md b/docs/content/commands/hugo_list_drafts.md index b779ba92b..f6ad11a42 100644 --- a/docs/content/commands/hugo_list_drafts.md +++ b/docs/content/commands/hugo_list_drafts.md @@ -1,5 +1,5 @@ --- -date: 2015-05-21T13:28:49+02:00 +date: 2015-05-21T20:03:19+02:00 title: "hugo list drafts" slug: hugo_list_drafts url: /commands/hugo_list_drafts/ @@ -50,4 +50,4 @@ hugo list drafts ### SEE ALSO * [hugo list](/commands/hugo_list/) - Listing out various types of content -###### Auto generated by spf13/cobra at 2015-05-21 11:28:49.111797634 +0000 UTC +###### Auto generated by spf13/cobra at 2015-05-21 18:03:19.801489239 +0000 UTC diff --git a/docs/content/commands/hugo_list_future.md b/docs/content/commands/hugo_list_future.md index fd4aa5b95..c370929db 100644 --- a/docs/content/commands/hugo_list_future.md +++ b/docs/content/commands/hugo_list_future.md @@ -1,5 +1,5 @@ --- -date: 2015-05-21T13:28:49+02:00 +date: 2015-05-21T20:03:19+02:00 title: "hugo list future" slug: hugo_list_future url: /commands/hugo_list_future/ @@ -50,4 +50,4 @@ hugo list future ### SEE ALSO * [hugo list](/commands/hugo_list/) - Listing out various types of content -###### Auto generated by spf13/cobra at 2015-05-21 11:28:49.112019293 +0000 UTC +###### Auto generated by spf13/cobra at 2015-05-21 18:03:19.801618973 +0000 UTC diff --git a/docs/content/commands/hugo_new.md b/docs/content/commands/hugo_new.md index 87e419ff6..711ce8e8d 100644 --- a/docs/content/commands/hugo_new.md +++ b/docs/content/commands/hugo_new.md @@ -1,5 +1,5 @@ --- -date: 2015-05-21T13:28:49+02:00 +date: 2015-05-21T20:03:19+02:00 title: "hugo new" slug: hugo_new url: /commands/hugo_new/ @@ -58,4 +58,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 at 2015-05-21 11:28:49.111590245 +0000 UTC +###### Auto generated by spf13/cobra at 2015-05-21 18:03:19.80134962 +0000 UTC diff --git a/docs/content/commands/hugo_new_site.md b/docs/content/commands/hugo_new_site.md index e2b5f794f..4425e310e 100644 --- a/docs/content/commands/hugo_new_site.md +++ b/docs/content/commands/hugo_new_site.md @@ -1,5 +1,5 @@ --- -date: 2015-05-21T13:28:49+02:00 +date: 2015-05-21T20:03:19+02:00 title: "hugo new site" slug: hugo_new_site url: /commands/hugo_new_site/ @@ -54,4 +54,4 @@ hugo new site [path] ### SEE ALSO * [hugo new](/commands/hugo_new/) - Create new content for your site -###### Auto generated by spf13/cobra at 2015-05-21 11:28:49.111220879 +0000 UTC +###### Auto generated by spf13/cobra at 2015-05-21 18:03:19.80106191 +0000 UTC diff --git a/docs/content/commands/hugo_new_theme.md b/docs/content/commands/hugo_new_theme.md index 2ef555907..05b2df32b 100644 --- a/docs/content/commands/hugo_new_theme.md +++ b/docs/content/commands/hugo_new_theme.md @@ -1,5 +1,5 @@ --- -date: 2015-05-21T13:28:49+02:00 +date: 2015-05-21T20:03:19+02:00 title: "hugo new theme" slug: hugo_new_theme url: /commands/hugo_new_theme/ @@ -54,4 +54,4 @@ hugo new theme [name] ### SEE ALSO * [hugo new](/commands/hugo_new/) - Create new content for your site -###### Auto generated by spf13/cobra at 2015-05-21 11:28:49.111401382 +0000 UTC +###### Auto generated by spf13/cobra at 2015-05-21 18:03:19.801202688 +0000 UTC diff --git a/docs/content/commands/hugo_server.md b/docs/content/commands/hugo_server.md index 8b6b98472..89d0c7c6f 100644 --- a/docs/content/commands/hugo_server.md +++ b/docs/content/commands/hugo_server.md @@ -1,5 +1,5 @@ --- -date: 2015-05-21T13:28:49+02:00 +date: 2015-05-21T20:03:19+02:00 title: "hugo server" slug: hugo_server url: /commands/hugo_server/ @@ -59,4 +59,4 @@ hugo server ### SEE ALSO * [hugo](/commands/hugo/) - hugo builds your site -###### Auto generated by spf13/cobra at 2015-05-21 11:28:49.108311451 +0000 UTC +###### Auto generated by spf13/cobra at 2015-05-21 18:03:19.799665309 +0000 UTC diff --git a/docs/content/commands/hugo_undraft.md b/docs/content/commands/hugo_undraft.md index 14d8e776c..e6c0ca96a 100644 --- a/docs/content/commands/hugo_undraft.md +++ b/docs/content/commands/hugo_undraft.md @@ -1,5 +1,5 @@ --- -date: 2015-05-21T13:28:49+02:00 +date: 2015-05-21T20:03:19+02:00 title: "hugo undraft" slug: hugo_undraft url: /commands/hugo_undraft/ @@ -50,4 +50,4 @@ hugo undraft path/to/content ### SEE ALSO * [hugo](/commands/hugo/) - hugo builds your site -###### Auto generated by spf13/cobra at 2015-05-21 11:28:49.11246122 +0000 UTC +###### Auto generated by spf13/cobra at 2015-05-21 18:03:19.801883978 +0000 UTC diff --git a/docs/content/commands/hugo_version.md b/docs/content/commands/hugo_version.md index 2023af41d..c4f504552 100644 --- a/docs/content/commands/hugo_version.md +++ b/docs/content/commands/hugo_version.md @@ -1,5 +1,5 @@ --- -date: 2015-05-21T13:28:49+02:00 +date: 2015-05-21T20:03:19+02:00 title: "hugo version" slug: hugo_version url: /commands/hugo_version/ @@ -50,4 +50,4 @@ hugo version ### SEE ALSO * [hugo](/commands/hugo/) - hugo builds your site -###### Auto generated by spf13/cobra at 2015-05-21 11:28:49.108749556 +0000 UTC +###### Auto generated by spf13/cobra at 2015-05-21 18:03:19.799870429 +0000 UTC