From 63386081c55de6a7f97adde564a9cfc2ad326119 Mon Sep 17 00:00:00 2001 From: Christian Oliff <1212885+coliff@users.noreply.github.com> Date: Sat, 26 Mar 2022 00:03:36 +0900 Subject: update cSpell config update Also revert changes to Command docs (from #1694) to avoid merge-conflicts. --- content/en/commands/hugo.md | 4 ++-- content/en/commands/hugo_gen_doc.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'content/en/commands') diff --git a/content/en/commands/hugo.md b/content/en/commands/hugo.md index afae76747..df32da793 100644 --- a/content/en/commands/hugo.md +++ b/content/en/commands/hugo.md @@ -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 https://gohugo.io/. +Complete documentation is available at http://gohugo.io/. ``` hugo [flags] @@ -23,7 +23,7 @@ hugo [flags] ### Options ``` - -b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/ + -b, --baseURL string hostname (and path) to the root, e.g. http://spf13.com/ -D, --buildDrafts include content marked as draft -E, --buildExpired include expired content -F, --buildFuture include content with publishdate in the future diff --git a/content/en/commands/hugo_gen_doc.md b/content/en/commands/hugo_gen_doc.md index 6dc7dcf41..158f3728b 100644 --- a/content/en/commands/hugo_gen_doc.md +++ b/content/en/commands/hugo_gen_doc.md @@ -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 https://gohugo.io/. +of Hugo's command-line interface for http://gohugo.io/. It creates one Markdown file per command with front matter suitable for rendering in Hugo. -- cgit v1.2.3