Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Oliff <1212885+coliff@users.noreply.github.com>2022-03-25 18:03:36 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-03-25 18:54:55 +0300
commit63386081c55de6a7f97adde564a9cfc2ad326119 (patch)
treeabdbbbcff83639f5cde9c544950cfe3d9a223a70
parent15c76494b54c9a7ec1b15a31bd03b9bf1a301619 (diff)
update cSpell config update
Also revert changes to Command docs (from #1694) to avoid merge-conflicts.
-rw-r--r--.cspell.json35
-rw-r--r--content/en/commands/hugo.md4
-rw-r--r--content/en/commands/hugo_gen_doc.md2
3 files changed, 33 insertions, 8 deletions
diff --git a/.cspell.json b/.cspell.json
index e40d626e8..2cac73c02 100644
--- a/.cspell.json
+++ b/.cspell.json
@@ -7,14 +7,17 @@
"aabbaa",
"aabbaabb",
"abourget",
+ "absurl",
"adoc",
"algolia",
+ "allowfullscreen",
"ananke",
"anchorize",
"anthonyfok",
"asciidoctor",
"attrlink",
"azblob",
+ "baseof",
"beevelop",
"bibtex",
"Bjørn",
@@ -24,7 +27,9 @@
"Bootcamp",
"brlink",
"Brotli",
+ "Browsersync",
"canonify",
+ "Catmull",
"Catwoman",
"Cheatsheet",
"choco",
@@ -38,10 +43,13 @@
"Commento",
"Cond",
"Contentful",
+ "copyrighthtml",
"corejs",
"countrunes",
"countwords",
"crossreferences",
+ "datatable",
+ "DATOCMS",
"debugconfig",
"DELIM",
"dhersam",
@@ -58,9 +66,11 @@
"eparis",
"errorf",
"erroridf",
+ "Evernote",
"exitwp",
"Feminella",
"firstpost",
+ "Formspree",
"fpath",
"Francia",
"freenode",
@@ -70,6 +80,8 @@
"Garen",
"gcloud",
"Getenv",
+ "getjson",
+ "getpage",
"Gmfc",
"Goel",
"Gohugo",
@@ -91,21 +103,17 @@
"hugodoc",
"Hugofy",
"hugolang",
- "Catmull",
"hugoversion",
"Hyas",
"Hyvor",
"iframes",
- "langformatnumber",
- "Netravali",
- "Lanczos",
- "libwebp",
"ifttt",
"iife",
"imgproc",
"importr",
"IMWQ",
"indice",
+ "innershortcode",
"Intelli",
"interdoc",
"IPTC",
@@ -121,7 +129,10 @@
"keycdn",
"KEYVALS",
"kubernetes",
+ "Lanczos",
+ "langformatnumber",
"lastmod",
+ "libwebp",
"linktitle",
"Lipi",
"lrwxr",
@@ -133,6 +144,7 @@
"mdshortcode",
"mercredi",
"Mittwoch",
+ "mkdir",
"mmark",
"monokai",
"Morling",
@@ -152,6 +164,7 @@
"mytheme",
"NDJSON",
"needsexample",
+ "Netravali",
"newparam",
"Nikhil",
"Njjy",
@@ -172,11 +185,13 @@
"opengraph",
"OWASP",
"Pandoc",
+ "partialcached",
"Pastorius",
"Patitucci",
"PCRE",
"peaceiris",
"Pedersen",
+ "permalinkable",
"plainify",
"POSIX",
"postprocess",
@@ -192,17 +207,21 @@
"reftext",
"relatedfuncs",
"relref",
+ "relurl",
"remarkjs",
"rgba",
"rlimit",
"roboto",
+ "rssxml",
"rwxrwxrwx",
+ "safehtml",
"safejs",
"Samsa",
"Shekhar",
"Shortcode",
"Shortcodes",
"Sindre",
+ "sitemapindex",
"sitemapxml",
"Smartcrop",
"Sprintf",
@@ -211,6 +230,7 @@
"stringifier",
"struct",
"structs",
+ "subdir",
"Talkyard",
"taxo",
"tbody",
@@ -224,14 +244,19 @@
"Torikian",
"totoml",
"toyaml",
+ "twitteruser",
+ "Unmarshal",
"Unmarshal",
"urlize",
+ "urlset",
"vimrc",
"wanghc",
"Wappalyzer",
"warnf",
"webp",
+ "Wercker",
"wibble",
+ "wordcount",
"workson",
"xvzf",
"yoyoyo",
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.