Hexo首页显示摘要

解决Hexo博客没有auto_excerpt的问题

1:使用npm安装hexo-excerpt

npm install hexo-excerpt --save

2:在站点配置文件中添加

excerpt:
depth: 5
excerpt_excludes: []
more_excludes: []
hideWholePostExcerpts: true