hexo自动摘要设置

NexT主题最新版本已经不支持自动摘要设置了,需要用的第三方插件hexo-abbrlink

安装hexo-exerpt

1
npm install hexo-excerpt --save

设置hexo-excerpt

hexo的配置文件_config.yml中,加入下面的内容:

1
2
3
4
5
excerpt:
depth: 5
excerpt_excludes: []
more_excludes: []
hideWholePostExcerpts: true