chore: replace hexo-nofollow with hexo-filter-nofollow

This commit is contained in:
curben 2019-10-18 03:34:20 +01:00
parent 1986365f37
commit 71a41c6c79
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
2 changed files with 1 additions and 6 deletions

View File

@ -68,11 +68,6 @@ pagination_dir: page
## Themes: https://hexo.io/themes/
theme: chameleon
# hexo-nofollow
## https://github.com/curbengh/hexo-nofollow
nofollow:
enable: true
# hexo-yam
## https://github.com/curbengh/hexo-yam
minify:

View File

@ -13,10 +13,10 @@
"dependencies": {
"autoprefixer": "^9.6.1",
"hexo": "hexojs/hexo",
"hexo-filter-nofollow": "hexojs/hexo-filter-nofollow",
"hexo-generator-archive": "hexojs/hexo-generator-archive",
"hexo-generator-index": "hexojs/hexo-generator-index",
"hexo-generator-tag": "hexojs/hexo-generator-tag",
"hexo-nofollow": "curbengh/hexo-nofollow",
"hexo-renderer-ejs": "hexojs/hexo-renderer-ejs",
"hexo-renderer-marked": "hexojs/hexo-renderer-marked",
"hexo-yam": "curbengh/hexo-yam",