Skip to content

Commit b7d62d7

Browse files
committed
docs: Regen CLI docs
1 parent 6e1c5b6 commit b7d62d7

39 files changed

+76
-72
lines changed

docs/content/en/commands/hugo.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ url: /commands/hugo/
55
---
66
## hugo
77

8-
hugo builds your site
8+
Build your site
99

1010
### Synopsis
1111

@@ -70,17 +70,17 @@ hugo [flags]
7070

7171
### SEE ALSO
7272

73-
* [hugo build](/commands/hugo_build/) - build builds your site
73+
* [hugo build](/commands/hugo_build/) - Build your site
7474
* [hugo completion](/commands/hugo_completion/) - Generate the autocompletion script for the specified shell
75-
* [hugo config](/commands/hugo_config/) - Print the site configuration
76-
* [hugo convert](/commands/hugo_convert/) - Convert your content to different formats
77-
* [hugo deploy](/commands/hugo_deploy/) - Deploy your site to a Cloud provider.
78-
* [hugo env](/commands/hugo_env/) - Print Hugo version and environment info
79-
* [hugo gen](/commands/hugo_gen/) - A collection of several useful generators.
80-
* [hugo import](/commands/hugo_import/) - Import your site from others.
81-
* [hugo list](/commands/hugo_list/) - Listing out various types of content
82-
* [hugo mod](/commands/hugo_mod/) - Various Hugo Modules helpers.
83-
* [hugo new](/commands/hugo_new/) - Create new content for your site
84-
* [hugo server](/commands/hugo_server/) - A high performance webserver
85-
* [hugo version](/commands/hugo_version/) - Print Hugo version and environment info
75+
* [hugo config](/commands/hugo_config/) - Display site configuration
76+
* [hugo convert](/commands/hugo_convert/) - Convert front matter to another format
77+
* [hugo deploy](/commands/hugo_deploy/) - Deploy your site to a cloud provider
78+
* [hugo env](/commands/hugo_env/) - Display version and environment info
79+
* [hugo gen](/commands/hugo_gen/) - Generate documentation and syntax highlighting styles
80+
* [hugo import](/commands/hugo_import/) - Import a site from another system
81+
* [hugo list](/commands/hugo_list/) - List content
82+
* [hugo mod](/commands/hugo_mod/) - Manage modules
83+
* [hugo new](/commands/hugo_new/) - Create new content
84+
* [hugo server](/commands/hugo_server/) - Start the embedded web server
85+
* [hugo version](/commands/hugo_version/) - Display version
8686

docs/content/en/commands/hugo_build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ url: /commands/hugo_build/
55
---
66
## hugo build
77

8-
build builds your site
8+
Build your site
99

1010
### Synopsis
1111

@@ -70,5 +70,5 @@ hugo build [flags]
7070

7171
### SEE ALSO
7272

73-
* [hugo](/commands/hugo/) - hugo builds your site
73+
* [hugo](/commands/hugo/) - Build your site
7474

docs/content/en/commands/hugo_completion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ See each sub-command's help for details on how to use the generated script.
3939

4040
### SEE ALSO
4141

42-
* [hugo](/commands/hugo/) - hugo builds your site
42+
* [hugo](/commands/hugo/) - Build your site
4343
* [hugo completion bash](/commands/hugo_completion_bash/) - Generate the autocompletion script for bash
4444
* [hugo completion fish](/commands/hugo_completion_fish/) - Generate the autocompletion script for fish
4545
* [hugo completion powershell](/commands/hugo_completion_powershell/) - Generate the autocompletion script for powershell

docs/content/en/commands/hugo_config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ url: /commands/hugo_config/
55
---
66
## hugo config
77

8-
Print the site configuration
8+
Display site configuration
99

1010
### Synopsis
1111

12-
Print the site configuration, both default and custom settings.
12+
Display site configuration, both default and custom settings.
1313

1414
```
1515
hugo config [command] [flags]
@@ -48,6 +48,6 @@ hugo config [command] [flags]
4848

4949
### SEE ALSO
5050

51-
* [hugo](/commands/hugo/) - hugo builds your site
51+
* [hugo](/commands/hugo/) - Build your site
5252
* [hugo config mounts](/commands/hugo_config_mounts/) - Print the configured file mounts
5353

docs/content/en/commands/hugo_config_mounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ hugo config mounts [flags] [args]
4242

4343
### SEE ALSO
4444

45-
* [hugo config](/commands/hugo_config/) - Print the site configuration
45+
* [hugo config](/commands/hugo_config/) - Display site configuration
4646

docs/content/en/commands/hugo_convert.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ url: /commands/hugo_convert/
55
---
66
## hugo convert
77

8-
Convert your content to different formats
8+
Convert front matter to another format
99

1010
### Synopsis
1111

12-
Convert your content (e.g. front matter) to different formats.
12+
Convert front matter to another format.
1313

1414
See convert's subcommands toJSON, toTOML and toYAML for more information.
1515

@@ -41,7 +41,7 @@ See convert's subcommands toJSON, toTOML and toYAML for more information.
4141

4242
### SEE ALSO
4343

44-
* [hugo](/commands/hugo/) - hugo builds your site
44+
* [hugo](/commands/hugo/) - Build your site
4545
* [hugo convert toJSON](/commands/hugo_convert_tojson/) - Convert front matter to JSON
4646
* [hugo convert toTOML](/commands/hugo_convert_totoml/) - Convert front matter to TOML
4747
* [hugo convert toYAML](/commands/hugo_convert_toyaml/) - Convert front matter to YAML

docs/content/en/commands/hugo_convert_toJSON.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ hugo convert toJSON [flags] [args]
4444

4545
### SEE ALSO
4646

47-
* [hugo convert](/commands/hugo_convert/) - Convert your content to different formats
47+
* [hugo convert](/commands/hugo_convert/) - Convert front matter to another format
4848

docs/content/en/commands/hugo_convert_toTOML.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ hugo convert toTOML [flags] [args]
4444

4545
### SEE ALSO
4646

47-
* [hugo convert](/commands/hugo_convert/) - Convert your content to different formats
47+
* [hugo convert](/commands/hugo_convert/) - Convert front matter to another format
4848

docs/content/en/commands/hugo_convert_toYAML.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ hugo convert toYAML [flags] [args]
4444

4545
### SEE ALSO
4646

47-
* [hugo convert](/commands/hugo_convert/) - Convert your content to different formats
47+
* [hugo convert](/commands/hugo_convert/) - Convert front matter to another format
4848

docs/content/en/commands/hugo_deploy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ url: /commands/hugo_deploy/
55
---
66
## hugo deploy
77

8-
Deploy your site to a Cloud provider.
8+
Deploy your site to a cloud provider
99

1010
### Synopsis
1111

12-
Deploy your site to a Cloud provider.
12+
Deploy your site to a cloud provider
1313

1414
See https://gohugo.io/hosting-and-deployment/hugo-deploy/ for detailed
1515
documentation.
@@ -52,5 +52,5 @@ hugo deploy [flags] [args]
5252

5353
### SEE ALSO
5454

55-
* [hugo](/commands/hugo/) - hugo builds your site
55+
* [hugo](/commands/hugo/) - Build your site
5656

0 commit comments

Comments
 (0)