Automatic excerpt generator for Hexo!.
Hexo-excerpt: https://chekun.me/post/hexo-excerpt
$ npm install hexo-excerpt --save
This Plugin use es6 syntax, make sure your node support it.
- still works!
- If you're lazy as I am, the plugin generate the excerpt for you, without breaking your sentences or codes!
- If no tag is specified, the post will be updated with excerpt and more variables.
This plugin runs through all your posts, if your post has more than the configured number of direct tags, then they will be the excerpt, otherwise the whole post will be used.
You can specify the size of the excerpt by adding this to your config:
excerpt_depth: 10
Default is 10.
MIT