Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 443 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 443 Bytes

hexo-podcast-aplayer

A Hexo plugin to tag aplayer.

Quick Strat

Install

npm install hexo-podcast-aplayer --save

Use

There need config 4 parameter:

  1. name
  2. artist
  3. url
  4. cover

Format:

{% aplayer name artist url cover %}

In you post.md file

{% aplayer 听妈妈的话 周杰伦 https://abc.123.com/123.mp3 https://abc.123.com/123.jpg %}

Enjoy!