hexo-generator-podcasts
Version:
Hexo Generator for Podcast
18 lines (17 loc) • 413 B
Markdown
title: {{ title }}
date: {{ date }}
tags:
category: 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
type: audio/mpeg
duration: XX:YY:AA
chapter:
[
["00:00:00.000", "Title 1"],
["OTHER STARTTIME", "Another title"]
]
layout: podcast