An open API service indexing awesome lists of open source software.

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.

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.