mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-06 18:56:32 +03:00
Fix formatting in hugo command description
This commit is contained in:
parent
be831d7409
commit
be2842da18
21 changed files with 42 additions and 44 deletions
|
@ -45,8 +45,7 @@ var HugoCmd = &cobra.Command{
|
||||||
Short: "hugo builds your site",
|
Short: "hugo builds your site",
|
||||||
Long: `hugo is the main command, used to build your Hugo site.
|
Long: `hugo is the main command, used to build your Hugo site.
|
||||||
|
|
||||||
Hugo is a Fast and Flexible Static Site Generator built with
|
Hugo is a Fast and Flexible Static Site Generator built with love by spf13 and friends in Go.
|
||||||
love by spf13 and friends in Go.
|
|
||||||
|
|
||||||
Complete documentation is available at http://gohugo.io`,
|
Complete documentation is available at http://gohugo.io`,
|
||||||
Run: func(cmd *cobra.Command, args []string) {
|
Run: func(cmd *cobra.Command, args []string) {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2015-05-21T13:28:49+02:00
|
date: 2015-05-21T20:03:19+02:00
|
||||||
title: "hugo"
|
title: "hugo"
|
||||||
slug: hugo
|
slug: hugo
|
||||||
url: /commands/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 the main command, used to build your Hugo site.
|
||||||
|
|
||||||
Hugo is a Fast and Flexible Static Site Generator built with
|
Hugo is a Fast and Flexible Static Site Generator built with love by spf13 and friends in Go.
|
||||||
love by spf13 and friends in Go.
|
|
||||||
|
|
||||||
Complete documentation is available at http://gohugo.io
|
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 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
|
* [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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2015-05-21T13:28:49+02:00
|
date: 2015-05-21T20:03:19+02:00
|
||||||
title: "hugo benchmark"
|
title: "hugo benchmark"
|
||||||
slug: hugo_benchmark
|
slug: hugo_benchmark
|
||||||
url: /commands/hugo_benchmark/
|
url: /commands/hugo_benchmark/
|
||||||
|
@ -54,4 +54,4 @@ hugo benchmark
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo](/commands/hugo/) - hugo builds your site
|
* [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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2015-05-21T13:28:49+02:00
|
date: 2015-05-21T20:03:19+02:00
|
||||||
title: "hugo check"
|
title: "hugo check"
|
||||||
slug: hugo_check
|
slug: hugo_check
|
||||||
url: /commands/hugo_check/
|
url: /commands/hugo_check/
|
||||||
|
@ -51,4 +51,4 @@ hugo check
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo](/commands/hugo/) - hugo builds your site
|
* [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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2015-05-21T13:28:49+02:00
|
date: 2015-05-21T20:03:19+02:00
|
||||||
title: "hugo config"
|
title: "hugo config"
|
||||||
slug: hugo_config
|
slug: hugo_config
|
||||||
url: /commands/hugo_config/
|
url: /commands/hugo_config/
|
||||||
|
@ -50,4 +50,4 @@ hugo config
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo](/commands/hugo/) - hugo builds your site
|
* [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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2015-05-21T13:28:49+02:00
|
date: 2015-05-21T20:03:19+02:00
|
||||||
title: "hugo convert"
|
title: "hugo convert"
|
||||||
slug: hugo_convert
|
slug: hugo_convert
|
||||||
url: /commands/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 toTOML](/commands/hugo_convert_totoml/) - Convert front matter to TOML
|
||||||
* [hugo convert toYAML](/commands/hugo_convert_toyaml/) - Convert front matter to YAML
|
* [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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2015-05-21T13:28:49+02:00
|
date: 2015-05-21T20:03:19+02:00
|
||||||
title: "hugo convert toJSON"
|
title: "hugo convert toJSON"
|
||||||
slug: hugo_convert_toJSON
|
slug: hugo_convert_toJSON
|
||||||
url: /commands/hugo_convert_tojson/
|
url: /commands/hugo_convert_tojson/
|
||||||
|
@ -53,4 +53,4 @@ hugo convert toJSON
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo convert](/commands/hugo_convert/) - Convert will modify your content to different formats
|
* [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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2015-05-21T13:28:49+02:00
|
date: 2015-05-21T20:03:19+02:00
|
||||||
title: "hugo convert toTOML"
|
title: "hugo convert toTOML"
|
||||||
slug: hugo_convert_toTOML
|
slug: hugo_convert_toTOML
|
||||||
url: /commands/hugo_convert_totoml/
|
url: /commands/hugo_convert_totoml/
|
||||||
|
@ -53,4 +53,4 @@ hugo convert toTOML
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo convert](/commands/hugo_convert/) - Convert will modify your content to different formats
|
* [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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2015-05-21T13:28:49+02:00
|
date: 2015-05-21T20:03:19+02:00
|
||||||
title: "hugo convert toYAML"
|
title: "hugo convert toYAML"
|
||||||
slug: hugo_convert_toYAML
|
slug: hugo_convert_toYAML
|
||||||
url: /commands/hugo_convert_toyaml/
|
url: /commands/hugo_convert_toyaml/
|
||||||
|
@ -53,4 +53,4 @@ hugo convert toYAML
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo convert](/commands/hugo_convert/) - Convert will modify your content to different formats
|
* [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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2015-05-21T13:28:49+02:00
|
date: 2015-05-21T20:03:19+02:00
|
||||||
title: "hugo genautocomplete"
|
title: "hugo genautocomplete"
|
||||||
slug: hugo_genautocomplete
|
slug: hugo_genautocomplete
|
||||||
url: /commands/hugo_genautocomplete/
|
url: /commands/hugo_genautocomplete/
|
||||||
|
@ -65,4 +65,4 @@ hugo genautocomplete
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo](/commands/hugo/) - hugo builds your site
|
* [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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2015-05-21T13:28:49+02:00
|
date: 2015-05-21T20:03:19+02:00
|
||||||
title: "hugo gendoc"
|
title: "hugo gendoc"
|
||||||
slug: hugo_gendoc
|
slug: hugo_gendoc
|
||||||
url: /commands/hugo_gendoc/
|
url: /commands/hugo_gendoc/
|
||||||
|
@ -56,4 +56,4 @@ hugo gendoc
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo](/commands/hugo/) - hugo builds your site
|
* [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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2015-05-21T13:28:49+02:00
|
date: 2015-05-21T20:03:19+02:00
|
||||||
title: "hugo help"
|
title: "hugo help"
|
||||||
slug: hugo_help
|
slug: hugo_help
|
||||||
url: /commands/hugo_help/
|
url: /commands/hugo_help/
|
||||||
|
@ -51,4 +51,4 @@ hugo help [command]
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo](/commands/hugo/) - hugo builds your site
|
* [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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2015-05-21T13:28:49+02:00
|
date: 2015-05-21T20:03:19+02:00
|
||||||
title: "hugo list"
|
title: "hugo list"
|
||||||
slug: hugo_list
|
slug: hugo_list
|
||||||
url: /commands/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 drafts](/commands/hugo_list_drafts/) - List all drafts
|
||||||
* [hugo list future](/commands/hugo_list_future/) - List all posts dated in the future
|
* [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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2015-05-21T13:28:49+02:00
|
date: 2015-05-21T20:03:19+02:00
|
||||||
title: "hugo list drafts"
|
title: "hugo list drafts"
|
||||||
slug: hugo_list_drafts
|
slug: hugo_list_drafts
|
||||||
url: /commands/hugo_list_drafts/
|
url: /commands/hugo_list_drafts/
|
||||||
|
@ -50,4 +50,4 @@ hugo list drafts
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo list](/commands/hugo_list/) - Listing out various types of content
|
* [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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2015-05-21T13:28:49+02:00
|
date: 2015-05-21T20:03:19+02:00
|
||||||
title: "hugo list future"
|
title: "hugo list future"
|
||||||
slug: hugo_list_future
|
slug: hugo_list_future
|
||||||
url: /commands/hugo_list_future/
|
url: /commands/hugo_list_future/
|
||||||
|
@ -50,4 +50,4 @@ hugo list future
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo list](/commands/hugo_list/) - Listing out various types of content
|
* [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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2015-05-21T13:28:49+02:00
|
date: 2015-05-21T20:03:19+02:00
|
||||||
title: "hugo new"
|
title: "hugo new"
|
||||||
slug: hugo_new
|
slug: hugo_new
|
||||||
url: /commands/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 site](/commands/hugo_new_site/) - Create a new site (skeleton)
|
||||||
* [hugo new theme](/commands/hugo_new_theme/) - Create a new theme
|
* [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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2015-05-21T13:28:49+02:00
|
date: 2015-05-21T20:03:19+02:00
|
||||||
title: "hugo new site"
|
title: "hugo new site"
|
||||||
slug: hugo_new_site
|
slug: hugo_new_site
|
||||||
url: /commands/hugo_new_site/
|
url: /commands/hugo_new_site/
|
||||||
|
@ -54,4 +54,4 @@ hugo new site [path]
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo new](/commands/hugo_new/) - Create new content for your site
|
* [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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2015-05-21T13:28:49+02:00
|
date: 2015-05-21T20:03:19+02:00
|
||||||
title: "hugo new theme"
|
title: "hugo new theme"
|
||||||
slug: hugo_new_theme
|
slug: hugo_new_theme
|
||||||
url: /commands/hugo_new_theme/
|
url: /commands/hugo_new_theme/
|
||||||
|
@ -54,4 +54,4 @@ hugo new theme [name]
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo new](/commands/hugo_new/) - Create new content for your site
|
* [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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2015-05-21T13:28:49+02:00
|
date: 2015-05-21T20:03:19+02:00
|
||||||
title: "hugo server"
|
title: "hugo server"
|
||||||
slug: hugo_server
|
slug: hugo_server
|
||||||
url: /commands/hugo_server/
|
url: /commands/hugo_server/
|
||||||
|
@ -59,4 +59,4 @@ hugo server
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo](/commands/hugo/) - hugo builds your site
|
* [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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2015-05-21T13:28:49+02:00
|
date: 2015-05-21T20:03:19+02:00
|
||||||
title: "hugo undraft"
|
title: "hugo undraft"
|
||||||
slug: hugo_undraft
|
slug: hugo_undraft
|
||||||
url: /commands/hugo_undraft/
|
url: /commands/hugo_undraft/
|
||||||
|
@ -50,4 +50,4 @@ hugo undraft path/to/content
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo](/commands/hugo/) - hugo builds your site
|
* [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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2015-05-21T13:28:49+02:00
|
date: 2015-05-21T20:03:19+02:00
|
||||||
title: "hugo version"
|
title: "hugo version"
|
||||||
slug: hugo_version
|
slug: hugo_version
|
||||||
url: /commands/hugo_version/
|
url: /commands/hugo_version/
|
||||||
|
@ -50,4 +50,4 @@ hugo version
|
||||||
### SEE ALSO
|
### SEE ALSO
|
||||||
* [hugo](/commands/hugo/) - hugo builds your site
|
* [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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue