A plugin for hexo, enable post excerpt to be different from post content.
npm install --save hexo-less
Add <!-- less -->
to your post file. Behaves like <!-- more -->
, except that it will remove excerpt from content, so that excerpt can be different from content.