/hexo-auto-excerpt

Auto excerpt plugin for hexo. No need to manually add <!-- more --> tag.

Primary LanguageJavaScriptMIT LicenseMIT

hexo-auto-excerpt

Hexo supports excerpts by adding tag. You can automate this by using hexo-auto-excerpt plugin.

Install

npm install https://github.com/zehuanli/hexo-auto-excerpt.git

Option

excerpt_length: 350 (number of characters)

default length is 300, if not specified.

Update

Stop processing the post if an excerpt has already been generated for it.

Tweaked for personal fix