From 3ada50ef8054ab5374ec5974686ad2e7394ee280 Mon Sep 17 00:00:00 2001 From: Last2014 Date: Thu, 26 Jun 2025 19:49:57 +0900 Subject: [PATCH] =?UTF-8?q?hexo-word-counter=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 9 --------- package-lock.json | 22 +--------------------- package.json | 3 +-- yarn.lock | 12 ------------ 4 files changed, 2 insertions(+), 44 deletions(-) diff --git a/_config.yml b/_config.yml index 8918dba..bf32158 100644 --- a/_config.yml +++ b/_config.yml @@ -113,12 +113,3 @@ search: field: post content: true format: html - -symbols_count_time: - symbols: true - time: true - total_symbols: false - total_time: false - exclude_codeblock: false - wpm: 290 - suffix: "mins." diff --git a/package-lock.json b/package-lock.json index 616fc87..8f27d20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,8 +19,7 @@ "hexo-renderer-marked": "^7.0.0", "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", - "hexo-theme-landscape": "^1.0.0", - "hexo-word-counter": "^0.2.1" + "hexo-theme-landscape": "^1.0.0" }, "devDependencies": { "hexo-theme-next": "^8.23.1" @@ -314,15 +313,6 @@ "tslib": "^2.0.3" } }, - "node_modules/cargo-cp-artifact": { - "version": "0.1.9", - "resolved": "https://registry.npmjs.org/cargo-cp-artifact/-/cargo-cp-artifact-0.1.9.tgz", - "integrity": "sha512-6F+UYzTaGB+awsTXg0uSJA1/b/B3DDJzpKVRu0UmyI7DmNeaAl2RFHuTGIN6fEgpadRxoXGb7gbC1xo4C3IdyA==", - "license": "MIT", - "bin": { - "cargo-cp-artifact": "bin/cargo-cp-artifact.js" - } - }, "node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", @@ -1332,16 +1322,6 @@ "node": ">=14" } }, - "node_modules/hexo-word-counter": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/hexo-word-counter/-/hexo-word-counter-0.2.1.tgz", - "integrity": "sha512-LkdXM9SykbVzZBGhCrYOonb/4FrNCQhVwnigt7pkVSa43Zejq3+VsG0kYmOZxDVlBmNCD1iokF6OZ3d6cYRa1Q==", - "hasInstallScript": true, - "license": "LGPL-3.0", - "dependencies": { - "cargo-cp-artifact": "^0.1" - } - }, "node_modules/highlight.js": { "version": "11.11.1", "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.1.tgz", diff --git a/package.json b/package.json index 5a4c7ae..e09639b 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,7 @@ "hexo-renderer-marked": "^7.0.0", "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", - "hexo-theme-landscape": "^1.0.0", - "hexo-word-counter": "^0.2.1" + "hexo-theme-landscape": "^1.0.0" }, "devDependencies": { "hexo-theme-next": "^8.23.1" diff --git a/yarn.lock b/yarn.lock index 794f7cb..a650dee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -143,11 +143,6 @@ camel-case@^4.0.0, camel-case@^4.1.2: pascal-case "^3.1.2" tslib "^2.0.3" -cargo-cp-artifact@^0.1: - version "0.1.9" - resolved "https://registry.npmjs.org/cargo-cp-artifact/-/cargo-cp-artifact-0.1.9.tgz" - integrity sha512-6F+UYzTaGB+awsTXg0uSJA1/b/B3DDJzpKVRu0UmyI7DmNeaAl2RFHuTGIN6fEgpadRxoXGb7gbC1xo4C3IdyA== - chalk@^4.0.2: version "4.1.2" resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" @@ -707,13 +702,6 @@ hexo-util@^3.0.1, hexo-util@^3.1.0, hexo-util@^3.3.0: prismjs "^1.29.0" strip-indent "^3.0.0" -hexo-word-counter@^0.2.1: - version "0.2.1" - resolved "https://registry.npmjs.org/hexo-word-counter/-/hexo-word-counter-0.2.1.tgz" - integrity sha512-LkdXM9SykbVzZBGhCrYOonb/4FrNCQhVwnigt7pkVSa43Zejq3+VsG0kYmOZxDVlBmNCD1iokF6OZ3d6cYRa1Q== - dependencies: - cargo-cp-artifact "^0.1" - hexo@^7.3.0: version "7.3.0" resolved "https://registry.npmjs.org/hexo/-/hexo-7.3.0.tgz"