hexo-util-text
v1.4.0
Published
Hexo plugin to add auto excerpt on posts with configured number of characters
Downloads
6
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.