hexo-omni-podcast
v0.0.6
Published
Omni Podcast is a Plugin to help you make a podcast by youself
Downloads
1
Maintainers
Readme
Hexo Omni Podcast
A Omni Podcast Plugin for Hexo
Features
- iTuens, Google Podcast Support
- Single or Multiple Podcast Support
How To Use
- install by run npm
npm install --save hexo-omni-podcast
oryarn add hexo-omni-podcast
- add Configuration into _config.yml
- run
hexo podcast init
to init template - run
hexo new podcast [title]
to create a new podcast
Configuration
Single Podcast
podcast:
path: '2.xml'
category: 'abc'
cdn: https://xxx.png
language: zh-CN
copyright: Copyright @ Bestony
homepage: https://gaoxiao.us
cover: https://xxx
title: 标题2
subtitle: 子标题
description: 这里是描述
explicit: no
categories:
- title: Society & Culture
categories:
- title: Personal Journals
author:
name: 白宦成
email: [email protected]
limit: 20
Multiple Podcast
podcast:
- path: '2.xml'
category: 'abc'
cdn: https://xxx.png
language: zh-CN
copyright: Copyright @ Bestony
homepage: https://gaoxiao.us
cover: https://xxx
title: 标题2
subtitle: 子标题
description: 这里是描述
explicit: no
categories:
- title: Society & Culture
categories:
- title: Personal Journals
author:
name: 白宦成
email: example.com
limit: 20
- path: '1.xml'
category: 'bcd'
cdn: https://xxx.png
language: zh-CN
copyright: Copyright @ Bestony
homepage: https://gaoxiao.us
cover: https://xxx
title: 标题1
subtitle: 子标题
description: 这里是描述
explicit: no
categories:
- title: Society & Culture
categories:
- title: Personal Journals
author:
name: 白宦成
email: example.com
limit: 20
LICENSE
see LICENSE