summaryrefslogtreecommitdiffstats
path: root/docs/.cspell.json
diff options
context:
space:
mode:
Diffstat (limited to 'docs/.cspell.json')
-rw-r--r--docs/.cspell.json82
1 files changed, 57 insertions, 25 deletions
diff --git a/docs/.cspell.json b/docs/.cspell.json
index de66ff601..95e3ed5ce 100644
--- a/docs/.cspell.json
+++ b/docs/.cspell.json
@@ -20,13 +20,11 @@
],
"ignoreRegExpList": [
"# cspell: ignore fenced code blocks",
- "^(\\s*`{3,}).*[\\s\\S]*?^\\1",
+ "^(\\s*`{3,}).*[\\s\\S]*?^\\1$",
"# cspell: ignore words joined with dot",
"\\w+\\.\\w+",
"# cspell: ignore strings within backticks",
"`.+`",
- "# cspell: ignore strings within single quotes",
- "'.+'",
"# cspell: ignore strings within double quotes",
"\".+\"",
"# cspell: ignore strings within brackets",
@@ -42,14 +40,11 @@
],
"language": "en",
"words": [
- "antialiasing",
- "codeowners",
"composability",
"configurators",
"defang",
"deindent",
"downscale",
- "downscaled",
"downscaling",
"exif",
"geolocalized",
@@ -57,60 +52,99 @@
"marshal",
"marshaling",
"multihost",
+ "multiplatfom",
"performantly",
"preconfigured",
"prerendering",
"redirection",
"redirections",
- "shortcode",
- "shortcodes",
"subexpression",
- "subexpressions",
- "suppressable",
+ "suppressible",
"templating",
"transpile",
- "transpiles",
"unmarshal",
- "unmarshals",
"unmarshaling",
+ "unmarshals",
+ "# ----------------------------------------------------------------------",
+ "# cspell: ignore hugo terminology",
+ "# ----------------------------------------------------------------------",
+ "attrlink",
+ "canonify",
+ "codeowners",
+ "eturl",
+ "getenv",
+ "gohugo",
+ "gohugoio",
+ "keyvals",
+ "leftdelim",
+ "linkify",
+ "numworkermultiplier",
+ "rightdelim",
+ "shortcode",
+ "stringifier",
+ "struct",
+ "toclevels",
+ "zgotmplz",
"# ----------------------------------------------------------------------",
"# cspell: ignore foreign language words",
"# ----------------------------------------------------------------------",
"bezpieczeństwo",
+ "buch",
+ "descripción",
"dokumentation",
+ "erklärungen",
"libros",
+ "mercredi",
"miesiąc",
"miesiąc",
- "miesięcy",
+ "miesiąca",
+ "miesiące",
"miesięcy",
"misérables",
+ "mittwoch",
+ "muchos",
+ "novembre",
+ "otro",
+ "pocos",
+ "produkte",
"projekt",
+ "prywatność",
+ "referenz",
"régime",
"# ----------------------------------------------------------------------",
- "# cspell: ignore proper nouns",
+ "# cspell: ignore names",
"# ----------------------------------------------------------------------",
+ "Atishay",
+ "Cosette",
"Eliott",
+ "Furet",
"Gregor",
"Jaco",
+ "Lanczos",
+ "Ninke",
"Noll",
"Pastorius",
"Samsa",
+ "Stucki",
+ "Thénardier",
"# ----------------------------------------------------------------------",
"# cspell: ignore operating systems and software packages",
"# ----------------------------------------------------------------------",
"asciidoctor",
"brotli",
+ "cifs",
"corejs",
"disqus",
+ "docutils",
+ "dpkg",
"doas",
"eopkg",
"gitee",
- "gohugoio",
"goldmark",
- "KaTeX",
+ "katex",
"kubuntu",
"lubuntu",
- "MathJax",
+ "mathjax",
"nosql",
"pandoc",
"pkgin",
@@ -119,21 +153,19 @@
"# ----------------------------------------------------------------------",
"# cspell: ignore miscellaneous",
"# ----------------------------------------------------------------------",
+ "achristie",
+ "ddmaurier",
"dring",
- "getenv",
- "gohugo",
"inor",
+ "jausten",
"jdoe",
+ "jsmith",
"milli",
"rgba",
"rsmith",
- "stringifier",
- "struct",
"tdewolff",
"tjones",
- "toclevels",
- "vals",
- "xfeff",
- "zgotmplz"
+ "wcag",
+ "xfeff"
]
}