hexo-auto-excerpt
v1.1.2
Published
Hexo plugin to add auto excerpt on posts with configured number of characters
Downloads
169
Readme
hexo-auto-excerpt
Hexo supports excerpts by adding tag. You can automate this by using hexo-auto-excerpt plugin.
Install
npm install --save hexo-auto-excerpt
Option
excerpt_length: 350 (number of characters)
default length is 300, if not specified.