Skip to content

Commit

Permalink
docs: Regen CLI docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Mar 26, 2022
1 parent d7497b2 commit 5b18e10
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/content/en/commands/hugo.md
Expand Up @@ -14,7 +14,7 @@ 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.

Complete documentation is available at http://gohugo.io/.
Complete documentation is available at https://gohugo.io/.

```
hugo [flags]
Expand All @@ -23,7 +23,7 @@ hugo [flags]
### Options

```
-b, --baseURL string hostname (and path) to the root, e.g. http://spf13.com/
-b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
-D, --buildDrafts include content marked as draft
-E, --buildExpired include expired content
-F, --buildFuture include content with publishdate in the future
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/commands/hugo_gen_doc.md
Expand Up @@ -12,7 +12,7 @@ Generate Markdown documentation for the Hugo CLI.
Generate Markdown documentation for the Hugo CLI.

This command is, mostly, used to create up-to-date documentation
of Hugo's command-line interface for http://gohugo.io/.
of Hugo's command-line interface for https://gohugo.io/.

It creates one Markdown file per command with front matter suitable
for rendering in Hugo.
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/commands/hugo_mod.md
Expand Up @@ -26,7 +26,7 @@ See https://gohugo.io/hugo-modules/ for more information.
### Options

```
-b, --baseURL string hostname (and path) to the root, e.g. http://spf13.com/
-b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
-D, --buildDrafts include content marked as draft
-E, --buildExpired include expired content
-F, --buildFuture include content with publishdate in the future
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/commands/hugo_new.md
Expand Up @@ -25,7 +25,7 @@ hugo new [path] [flags]
### Options

```
-b, --baseURL string hostname (and path) to the root, e.g. http://spf13.com/
-b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
-D, --buildDrafts include content marked as draft
-E, --buildExpired include expired content
-F, --buildFuture include content with publishdate in the future
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/commands/hugo_server.md
Expand Up @@ -30,7 +30,7 @@ hugo server [flags]

```
--appendPort append port to baseURL (default true)
-b, --baseURL string hostname (and path) to the root, e.g. http://spf13.com/
-b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
--bind string interface to which the server will bind (default "127.0.0.1")
-D, --buildDrafts include content marked as draft
-E, --buildExpired include expired content
Expand Down

0 comments on commit 5b18e10

Please sign in to comment.