/
githubmirror
/
hugo
Обзор
Документация
Войти
/
githubmirror
/
hugo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/.cspell.json
204 строки
4 KB
Bjørn Erik Pedersen
Merge commit 'c86d9f4aa8a58931f52df6516f10b67c807505fb'
18 июн 2026, 17:28
18 июн 2026, 17:28
e8988c3
Код
Авторство
О чём код?
{ "version": "0.2", "allowCompoundWords": true, "overrides": [ { "filename": "**/*", "enabled": false }, { "filename": "**/*.md", "enabled": true } ], "flagWords": [ "alot", "hte", "langauge", "reccommend", "seperate", "teh" ], "ignorePaths": [ "**/emojis.md", "**/commands/*", "**/showcase/*", "**/tools/*" ], "ignoreRegExpList": [ // cspell: ignore fenced code blocks "^(\\s*`{3,}).*[\\s\\S]*?^\\1$", // cspell: ignore words joined with dot "\\w+\\.\\w+", // cspell: ignore strings within backticks "`.+`", // cspell: ignore strings within double quotes "\".+\"", // cspell: ignore strings within brackets "\\[.+\\]", // cspell: ignore strings within parentheses "\\(.+\\)", // cspell: ignore words that begin with a slash "/\\w+", // cspell: ignore everything within action delimiters "\\{\\{.+\\}\\}", // cspell: ignore everything after a right arrow "\\s+→\\s+.+", ], "language": "en", "words": [ "composability", "configurators", "defang", "deindent", "downscale", "downscaling", "exif", "geolocalized", "grayscale", "marshal", "marshaling", "multihost", "multiplatform", "performantly", "preconfigured", "prerendering", "redirection", "redirections", "slugified", "slugify", "subexpression", "suppressible", "synchronisation", "templating", "transpile", "unmarshal", "unmarshaled", "unmarshaling", "unmarshals", // ------------------------------------------------------------------------ // cspell: ignore hugo terminology // ------------------------------------------------------------------------ "alignx", "aligny", "attrlink", "canonify", "codeowners", "dynacache", "eturl", "getenv", "gohugo", "gohugoio", "keyvals", "leftdelim", "linkify", "numworkermultiplier", "rightdelim", "shortcode", "stringifier", "struct", "toclevels", "unmarshal", "unpublishdate", "zgotmplz", // ------------------------------------------------------------------------ // cspell: ignore foreign language words // ------------------------------------------------------------------------ "Bokmål", "Norsk", "bezpieczeństwo", "blatt", "buch", "descripción", "dokumentation", "erklärungen", "español", "français", "libros", "mercredi", "miesiąc", "miesiąca", "miesiące", "miesięcy", "misérables", "mittwoch", "muchos", "novembre", "otro", "pocos", "produkte", "projekt", "prywatność", "referenz", "régime", // ------------------------------------------------------------------------ // cspell: ignore names // ------------------------------------------------------------------------ "Atishay", "Cosette", "Eliott", "Furet", "Gregor", "Jaco", "Lanczos", "Ninke", "Noll", "Pastorius", "Pontmercy", "Samsa", "Stucki", "Thénardier", "Vitter", "WASI", // ------------------------------------------------------------------------ // cspell: ignore operating systems and software packages // ------------------------------------------------------------------------ "ananke", "asciidoctor", "brotli", "cifs", "corejs", "disqus", "docutils", "dpkg", "doas", "eopkg", "forgejo", "gitee", "goldmark", "katex", "kubuntu", "lubuntu", "mathjax", "nosql", "pandoc", "pkgin", "rclone", "xubuntu", // ------------------------------------------------------------------------ // cspell: ignore miscellaneous // ------------------------------------------------------------------------ "achristie", "ccpa", "cpra", "ddmaurier", "dring", "fleqn", "inor", "iptc", "jausten", "jdoe", "jsmith", "leqno", "milli", "monokai", "mysanityprojectid", "rgba", "rsmith", "tdewolff", "tjones", "vcard", "wcag", "xfeff" ] }