2.0.9 • Published 3 years ago

hexo-generator-podcast v2.0.9

Weekly downloads
1
License
ISC
Repository
-
Last release
3 years ago

hexo-generator-podcast

version 2.0.8

  • Not compatible with 1.y.z! (Just to remind you that the configs are moved)

install

npm install hexo-generator-podcast --save

_config.yml

# Site
title: "YOUR TITLE"
description: "YOUR DESCRIPTION"
author: AUTHOR
timezone: UTC
default_thumb: "/images/logo.jpg"

#Podcast
podcast:
    type: rss2
    path: podcast.xml
    limit: 20
    hub:
    url: https://URL/to/static/resources
    description: 
    language: zh-CN
    copyright: "COPYRIGHT"
    owner: ITUNES-OWNER
    email: ITUNES-EMAIL
    category: CATEGORY

post example(in source/_posts/)

---
title: TITLE
subtitle: SUBTITLE
date: AUTO_GEN
tags: 
  - TAG
category: podcast # must be exactly `podcast`
media: /path/to/media # placed under //URL/to/static/resources/path/to/media
image: /path/to/episode/image # same as above, but somehow itunes doesn't support episode image as it should do
length: 6989--IN_BYTES
type: audio/mpeg
duration: XX:YY:AA
chapter:
  [
    ["00:00:00.000", "Title 1"],
    ["OTHER STARTTIME", "Another title"]
  ]
---
Some Excerpt.

<!--more-->

Content.

Other

Please use rss2. And very very much thx to hexo-generator-feed.

2.0.9

3 years ago

2.0.8

4 years ago

2.0.7

4 years ago

2.0.6

4 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

6 years ago

2.0.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago