0.1.0 • Published 7 years ago

hexo-description v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

hexo-description

[npm version](https://www.npmjs.com/package/hexo-# hexo-description)

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