https://github.com/ashisherc/hexo-auto-excerpt
Auto excerpt plugin for hexo. No need to manually add <!-- more --> tag.
https://github.com/ashisherc/hexo-auto-excerpt
hexo hexo-blog hexo-excerpt hexo-plugin static-site-generator
Last synced: 5 months ago
JSON representation
Auto excerpt plugin for hexo. No need to manually add <!-- more --> tag.
- Host: GitHub
- URL: https://github.com/ashisherc/hexo-auto-excerpt
- Owner: ashisherc
- License: mit
- Created: 2017-10-27T08:37:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-28T14:34:12.000Z (over 8 years ago)
- Last Synced: 2025-10-24T12:43:57.322Z (8 months ago)
- Topics: hexo, hexo-blog, hexo-excerpt, hexo-plugin, static-site-generator
- Language: JavaScript
- Size: 3.91 KB
- Stars: 21
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## hexo-auto-excerpt
Hexo supports excerpts by adding tag. You can automate this by using hexo-auto-excerpt plugin.
### Install
```sh
npm install --save hexo-auto-excerpt
```
### Option
excerpt_length: 350 (number of characters)
default length is 300, if not specified.