diff --git a/.cspell.json b/.cspell.json index e449b58..3a50df7 100644 --- a/.cspell.json +++ b/.cspell.json @@ -1157,9 +1157,6 @@ "xmldoc", "xmlns", "xoxo", - "xpds", - "xperia", - "xpress", "xpzs", "xrscorp", "yandex", @@ -1168,9 +1165,7 @@ "yodal", "youtube", "zetes", - "zipmatch", - "zonar", - "ZOOMRADII" + "zipmatch" ], "flagWords": [ "blacklist", @@ -1182,23 +1177,14 @@ ], "language": "en,en-US", "ignoreRegExpList": [ - "\\n(`{3,})\\w*\\n[\\s\\S]+?\\1", - "\\[(\\*{2})?@\\w+?\\1\\]", - "\\[`\\w+`\\]", - "ve{2,}r{2,}y", - "ve+r+y+long\\w*", - "\\/.*?\\/", - "\\_\\w+", "\\#\\w+" ], "ignorePaths": [ ".cspell.json", "**/node_modules/**", "*.min.*", - "{coverage,dist,.cache,.git,.vscode,.DS_Store,tests,*.yml}/**/*", "*.{log,scss,svg,snap}", - "CODEOWNERS", - "test.*" + "CODEOWNERS" ], "useGitignore": true } diff --git a/assets/css/_codefences.scss b/assets/css/_codefences.scss index 0752f34..deb2032 100644 --- a/assets/css/_codefences.scss +++ b/assets/css/_codefences.scss @@ -35,7 +35,6 @@ } /* Error */ .highlight .k { color: #50a14f; - font-weight: bold; } /* Keyword */ .highlight .o { color: #666; @@ -74,7 +73,6 @@ } /* Generic.Error */ .highlight .gh { color: #008; - font-weight: bold; } /* Generic.Heading */ .highlight .gi { color: #0a0; @@ -84,36 +82,29 @@ } /* Generic.Output */ .highlight .gp { color: #c65d09; - font-weight: bold; } /* Generic.Prompt */ .highlight .gs { - font-weight: bold; } /* Generic.Strong */ .highlight .gu { color: #808; - font-weight: bold; } /* Generic.Subheading */ .highlight .gt { color: #04d; } /* Generic.Traceback */ .highlight .kc { color: #08b; - font-weight: bold; } /* Keyword.Constant */ .highlight .kd { color: #a626a4; - font-weight: bold; } /* Keyword.Declaration */ .highlight .kn { color: #072; - font-weight: bold; } /* Keyword.Namespace */ .highlight .kp { color: #071; } /* Keyword.Pseudo */ .highlight .kr { color: #a626a4; - font-weight: bold; } /* Keyword.Reserved */ .highlight .kt { color: #920; @@ -132,18 +123,15 @@ } /* Name.Builtin */ .highlight .nc { color: #0e84b5; - font-weight: bold; } /* Name.Class */ .highlight .no { color: #6ad; } /* Name.Constant */ .highlight .nd { color: #555; - font-weight: bold; } /* Name.Decorator */ .highlight .ni { color: #d55537; - font-weight: bold; } /* Name.Entity */ .highlight .ne { color: #007020; @@ -153,15 +141,12 @@ } /* Name.Function */ .highlight .nl { color: #002070; - font-weight: bold; } /* Name.Label */ .highlight .nn { color: #555; - font-weight: bold; } /* Name.Namespace */ .highlight .nt { color: #905; - font-weight: bold; } /* Name.Tag */ .highlight .nv { color: #b6d; @@ -172,7 +157,6 @@ .highlight .ow { color: #007020; - font-weight: bold; } /* Operator.Word */ .highlight .w { color: #bbb; @@ -213,7 +197,6 @@ } /* Literal.String.Double */ .highlight .se { color: #4070a0; - font-weight: bold; } /* Literal.String.Escape */ .highlight .sh { color: #4070a0; diff --git a/layouts/partials/analytics.html b/layouts/partials/analytics.html index dfbc443..75c7fb5 100644 --- a/layouts/partials/analytics.html +++ b/layouts/partials/analytics.html @@ -1,9 +1,9 @@ {{- if not hugo.IsServer -}} - + {{- end -}} diff --git a/layouts/partials/card-component.html b/layouts/partials/card-component.html index 93b9302..0003cb9 100644 --- a/layouts/partials/card-component.html +++ b/layouts/partials/card-component.html @@ -1,7 +1,7 @@ -
+
+ style="background-image: url(/img/headers/elements/{{- .Title | urlize -}}.png);">

diff --git a/package-lock.json b/package-lock.json index f3021f1..7f53d31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,14 +16,14 @@ "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "htmlhint": "1.1.4", - "hugo-bin": "0.124.0", + "hugo-bin": "0.125.2", "jquery": "3.7.1", "npm-run-all": "4.1.5", "popper.js": "1.16.1", - "postcss": "8.4.38", + "postcss": "8.4.39", "postcss-cli": "11.0.0", - "prettier": "3.2.5", - "stylelint": "16.6.0", + "prettier": "3.3.2", + "stylelint": "16.6.1", "stylelint-config-standard-scss": "13.1.0" }, "engines": { @@ -2020,15 +2020,15 @@ } }, "node_modules/file-entry-cache": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", - "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-9.0.0.tgz", + "integrity": "sha512-6MgEugi8p2tiUhqO7GnPsmbCCzj0YRCwwaTbpGRyKZesjRSzkqkAE9fPp7V2yMs5hwfgbQLgdvSSkGNg1s5Uvw==", "dev": true, "dependencies": { - "flat-cache": "^4.0.0" + "flat-cache": "^5.0.0" }, "engines": { - "node": ">=16.0.0" + "node": ">=18" } }, "node_modules/file-type": { @@ -2131,16 +2131,16 @@ } }, "node_modules/flat-cache": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz", - "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-5.0.0.tgz", + "integrity": "sha512-JrqFmyUl2PnPi1OvLyTVHnQvwQ0S+e6lGSwu8OkAZlSaNIZciTY2H/cOOROxsBA1m/LZNHDsqAgDZt6akWcjsQ==", "dev": true, "dependencies": { - "flatted": "^3.2.9", + "flatted": "^3.3.1", "keyv": "^4.5.4" }, "engines": { - "node": ">=16" + "node": ">=18" } }, "node_modules/flatted": { @@ -2685,9 +2685,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.124.0", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.124.0.tgz", - "integrity": "sha512-5Vi0XZ0wJS8tmp+RzYwhfAS6gBtU9ZcaVmGHVl7RSiYzbuFVA8YDhsdFry2kZPf2ZOlA3uZuVDJmVCRVzit7xw==", + "version": "0.125.2", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.125.2.tgz", + "integrity": "sha512-JNjhuoGFBwJo6qDOeYUiXSoD7rPbwY36wyHJaqbRe9APNY1nPGO1Yy/Ut7rLcriKTBWKPZrh5Hz+9PzGnLV5Lw==", "dev": true, "funding": [ { @@ -3371,12 +3371,12 @@ } }, "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", + "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", "dev": true, "dependencies": { - "braces": "^3.0.2", + "braces": "^3.0.3", "picomatch": "^2.3.1" }, "engines": { @@ -4021,9 +4021,9 @@ } }, "node_modules/postcss": { - "version": "8.4.38", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz", - "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==", + "version": "8.4.39", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz", + "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==", "dev": true, "funding": [ { @@ -4041,7 +4041,7 @@ ], "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.0.0", + "picocolors": "^1.0.1", "source-map-js": "^1.2.0" }, "engines": { @@ -4225,9 +4225,9 @@ } }, "node_modules/prettier": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", - "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.2.tgz", + "integrity": "sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" @@ -5097,9 +5097,9 @@ } }, "node_modules/stylelint": { - "version": "16.6.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.6.0.tgz", - "integrity": "sha512-vjWYlDEgOS3Z/IcXagQwi8PFJyPro1DxBYOnTML1PAqnrYUHs8owleGStv20sgt0OhW8r9zZm6MK7IT2+l2B6A==", + "version": "16.6.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.6.1.tgz", + "integrity": "sha512-yNgz2PqWLkhH2hw6X9AweV9YvoafbAD5ZsFdKN9BvSDVwGvPh+AUIrn7lYwy1S7IHmtFin75LLfX1m0D2tHu8Q==", "dev": true, "funding": [ { @@ -5125,7 +5125,7 @@ "debug": "^4.3.4", "fast-glob": "^3.3.2", "fastest-levenshtein": "^1.0.16", - "file-entry-cache": "^8.0.0", + "file-entry-cache": "^9.0.0", "global-modules": "^2.0.0", "globby": "^11.1.0", "globjoin": "^0.1.4", @@ -5136,7 +5136,7 @@ "known-css-properties": "^0.31.0", "mathml-tag-names": "^2.1.3", "meow": "^13.2.0", - "micromatch": "^4.0.5", + "micromatch": "^4.0.7", "normalize-path": "^3.0.0", "picocolors": "^1.0.1", "postcss": "^8.4.38", diff --git a/package.json b/package.json index 940f8d0..b81f5bc 100644 --- a/package.json +++ b/package.json @@ -39,13 +39,13 @@ "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "htmlhint": "1.1.4", - "hugo-bin": "0.124.0", + "hugo-bin": "0.125.2", "jquery": "3.7.1", "npm-run-all": "4.1.5", "popper.js": "1.16.1", - "postcss": "8.4.38", + "postcss": "8.4.39", "postcss-cli": "11.0.0", - "prettier": "3.2.5", + "prettier": "3.3.2", "stylelint": "16.6.0", "stylelint-config-standard-scss": "13.1.0" },