diff --git a/_config.yml b/_config.yml index 3f28c62..e804465 100644 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,7 @@ # Site title: test site subtitle: 'subtitle' -description: 'description description description description' +description: '好,好好好,好好好好好好好好' keywords: author: lensfrex language: zh-cn diff --git a/package-lock.json b/package-lock.json index 5c01a33..380183d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,8 @@ "hexo-renderer-pug": "^3.0.0", "hexo-renderer-stylus": "^3.0.0", "hexo-server": "^3.0.0", - "hexo-tag-embed": "latest" + "hexo-tag-embed": "latest", + "hexo-wordcount": "^6.0.1" } }, "node_modules/@adobe/css-tools": { @@ -1429,6 +1430,11 @@ "node": ">=12.4.0" } }, + "node_modules/hexo-wordcount": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/hexo-wordcount/-/hexo-wordcount-6.0.1.tgz", + "integrity": "sha512-tbo2P9xRWEKQmRf7+XuPjx9It1MnaE26nA+EEb2DN39gK1x+26W7Nm4Iyp4AugQjBWYYDx7OLn4gp1WFxQpQew==" + }, "node_modules/highlight.js": { "version": "11.8.0", "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.8.0.tgz", diff --git a/package.json b/package.json index 38ff83f..e62e413 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "hexo-renderer-pug": "^3.0.0", "hexo-renderer-stylus": "^3.0.0", "hexo-server": "^3.0.0", - "hexo-tag-embed": "latest" + "hexo-tag-embed": "latest", + "hexo-wordcount": "^6.0.1" } }