Hexo plugin to add auto excerpt on posts with configured number of characters
npm install hexo-auto-excerptHexo supports excerpts by adding tag. You can automate this by using hexo-auto-excerpt plugin.
``sh``
npm install --save hexo-auto-excerpt
excerpt_length: 350 (number of characters)
default length is 300, if not specified.