update cSpell config update

Also revert changes to Command docs (from #1694) to avoid merge-conflicts.
This commit is contained in:
Christian Oliff
2022-03-26 00:03:36 +09:00
committed by Bjørn Erik Pedersen
parent 15c76494b5
commit 63386081c5
3 changed files with 33 additions and 8 deletions
+30 -5
View File
@@ -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",
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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.