diff --git a/package-lock.json b/package-lock.json index 1ccc053..4a73f5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,8 @@ "hexo-renderer-marked": "^5.0.0", "hexo-renderer-stylus": "^2.0.0", "hexo-server": "^3.0.0", - "hexo-theme-landscape": "^0.0.3" + "hexo-theme-landscape": "^0.0.3", + "hexo-wordcount": "^6.0.1" } }, "node_modules/@socket.io/component-emitter": { @@ -1466,6 +1467,11 @@ "node": ">=12.4.0" } }, + "node_modules/hexo-wordcount": { + "version": "6.0.1", + "resolved": "https://registry.npmmirror.com/hexo-wordcount/-/hexo-wordcount-6.0.1.tgz", + "integrity": "sha512-tbo2P9xRWEKQmRf7+XuPjx9It1MnaE26nA+EEb2DN39gK1x+26W7Nm4Iyp4AugQjBWYYDx7OLn4gp1WFxQpQew==" + }, "node_modules/hexo/node_modules/hexo-cli": { "version": "4.3.0", "license": "MIT", @@ -4255,6 +4261,11 @@ "strip-indent": "^3.0.0" } }, + "hexo-wordcount": { + "version": "6.0.1", + "resolved": "https://registry.npmmirror.com/hexo-wordcount/-/hexo-wordcount-6.0.1.tgz", + "integrity": "sha512-tbo2P9xRWEKQmRf7+XuPjx9It1MnaE26nA+EEb2DN39gK1x+26W7Nm4Iyp4AugQjBWYYDx7OLn4gp1WFxQpQew==" + }, "highlight.js": { "version": "11.5.0" }, diff --git a/package.json b/package.json index ea23143..82f443f 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "hexo-renderer-marked": "^5.0.0", "hexo-renderer-stylus": "^2.0.0", "hexo-server": "^3.0.0", - "hexo-theme-landscape": "^0.0.3" + "hexo-theme-landscape": "^0.0.3", + "hexo-wordcount": "^6.0.1" } } diff --git a/themes/hexo-theme-matery/_config.yml b/themes/hexo-theme-matery/_config.yml index 501fd68..27c5a6f 100644 --- a/themes/hexo-theme-matery/_config.yml +++ b/themes/hexo-theme-matery/_config.yml @@ -43,7 +43,7 @@ menu: # 站点运行开始时间. time: enable: false - year: 2019 # 年份 + year: 2021 # 年份 month: 06 # 月份 date: 28 # 日期 hour: 00 # 小时 @@ -188,9 +188,9 @@ mathjax: postInfo: date: true # 发布日期 update: false # 更新日期 - wordCount: false # 文章字数统计 + wordCount: true # 文章字数统计 totalCount: false # 站点总文章字数 - min2read: false # 文章阅读时长 + min2read: true # 文章阅读时长 readCount: false # 文章阅读次数 # Whether to activate the 'love' effect of clicking on the page.