1.0.0 • Published 6 years ago

hexo-generator-podcastify v1.0.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
6 years ago

Hexo Generator Podcastify

A Hexo Plugin about generate Podcast Feed.

Feature

  • Feed Generate
  • Multiple Podcast
  • Tag Support

How To Use

  1. Install by run npm install hexo-generator-podcastify
  2. add Configuration into config.yml

Example Configuration

podcastify:
    path: podcast.xml
    home_link: https://www.example.com
    cover_link: https://www.example.com/cover.png
    title: Podcast Title Here
    subtitle: Short sentence about the podcast
    description: The full length description for your podcast
    language: en-us
    copyright: Nic Raboy copyright 2016
    author: Nic Raboy
    email: xiqingongzi@gmail.com
    keywords: comma,separated,key,words
    categories:
      - Technology
      - Technology2
      explicit: no

LICENSE

See LICENSE

1.0.0

6 years ago