hexo-excerpt

1.3.1 • Public • Published

hexo-excerpt

Build Status NPM version Coverage Status

Automatic excerpt generator for Hexo!.

Hexo-excerpt: https://chekun.me/post/hexo-excerpt

Installation

$ npm install hexo-excerpt --save

This Plugin use es6 syntax, make sure your node support it.

Features

  • still works!
  • If you're lazy as I am, the plugin generate the excerpt for you, without breaking your sentences or codes!
  • If no tag is specified, the post will be updated with excerpt and more variables.
  • CSS selector can be used to filter generated excerpt.

How?

This plugin runs through all your posts, if your post has more than the configured number of direct tags, then they will be the excerpt, otherwise the whole post will be used.

Configuration

You can specify the size of the excerpt by setting depth in your config, which defaults to 10.

You can also exclude certain tags from the generated excerpt using css selectors. Tags matching any of the selectors will be excluded.

The default behaviour is to only show an excerpt if it would not be the whole post. Set hideWholePostExcerpts to false to override that and show whole post excerpts.

excerpt:
  depth: 10
  excerpt_excludes: []
  more_excludes: []
  hideWholePostExcerpts: true

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.3.1
    184
    • latest

Version History

Package Sidebar

Install

npm i hexo-excerpt

Weekly Downloads

201

Version

1.3.1

License

MIT

Unpacked Size

15.3 kB

Total Files

13

Last publish

Collaborators

  • chekun