【发布时间】:2016-02-19 07:45:48
【问题描述】:
我正在为播客网站和 RSS 使用 Jekyll 模板,包括 iTunes 信息。现在,我的podcast.yml 文件是这样的:
name: "Fate Masters"
gpluspage: "https://plus.google.com/communities/100913016060492249875"
copyright: (CC BY-NC-SA) 2015 - Fate Masters
language: pt-br
podcast_links:
- format: MP3
link: http://feeds.feedburner.com/FateMastersRPG
- format: OGG
link: http://feeds.feedburner.com/FateMastersRPG-OGG
itunes-explicit: "NO"
itunes-keywords: "RPG, Fate, Fate Básico, Mestre, Narrador"
itunes-podcast_image: /images/FateMasters.jpg
itunes-author: "Fate Masters"
itunes-email: fabiocosta0305@gmail.com
itunes-categories:
- RPG
- Fate
- Fate Core
- Fate Básico
但是...查看所有那些itunes-* 标签...我喜欢将其作为itunes 结构化信息与 - 类别等配对...但我不能这样做,因为使用 @ 987654325@ 不会返回任何内容...
任何提示
【问题讨论】:
-
'podcast.yml' 是 _data 文件还是集合?
-
这是一个位于 _data 的文件
标签: yaml jekyll itunes github-pages podcast