hexo-omni-podcast

0.0.6 • Public • Published

Hexo Omni Podcast

A Omni Podcast Plugin for Hexo

Features

  1. iTuens, Google Podcast Support
  2. Single or Multiple Podcast Support

How To Use

  1. install by run npm npm install --save hexo-omni-podcast or yarn add hexo-omni-podcast
  2. add Configuration into _config.yml
  3. run hexo podcast init to init template
  4. 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: xiqingongzi@gmail.com
  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

Package Sidebar

Install

npm i hexo-omni-podcast

Weekly Downloads

1

Version

0.0.6

License

GPL-3.0-or-later

Unpacked Size

45.8 kB

Total Files

12

Last publish

Collaborators

  • bestony