hexo-description

0.1.0 • Public • Published

hexo-description

npm version

A plugin for hexo. If post has no description set, will auto use excerpt as description.

Install

npm install hexo-description --save

How work

Workflow:

  1. Origin post
---
title: Example post
---
## excerpt
- list1
- list2
<!-- more -->
content
  1. Origin excerpt
## excerpt
- list1
- list2
  1. Rendered excerpt
<h2>excerpt</h2>
<li>list1</li>
<li>list2</li>
  1. Finally we set pure excerpt text to description
excerptlist1list2

Compatible list

Package Sidebar

Install

npm i hexo-description

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • aliangliang