Hexo supports excerpts by adding tag. You can automate this by using hexo-auto-excerpt plugin.
npm install https://github.com/zehuanli/hexo-auto-excerpt.git
excerpt_length: 350 (number of characters)
default length is 300, if not specified.
Stop processing the post if an excerpt has already been generated for it.