瀏覽代碼

!publish! podcast feed fixes

master
Sean Dockray 3 年之前
父節點
當前提交
f71d3eca1d
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. +2
    -1
      config.toml
  2. +1
    -1
      layouts/section/interview.rss.xml

+ 2
- 1
config.toml 查看文件

@@ -24,11 +24,12 @@ disableKinds = ["sitemap"]
itunes_summary = "A platform for collective listening, thought, and artistic production: a critical counterpoint to all the solutionists, VCs, militarists and industry boosters intent on ‘empowering machines with the sense of hearing'."
itunes_owner_name = "Machine Listening"
itunes_owner_email = "machine.listening@gmail.com" #contains the e-mail address that will be used to contact the owner of the Podcast for communication specifically about their Podcast on Apple Podcasts. It will not be publicly displayed on Apple Podcasts.
itunes_image = "/images/ml.gif" #fqdn to the image art for your podcast
itunes_image = "https://machinelistening.exposed/images/ml.gif" #fqdn to the image art for your podcast
itunes_top_category = "Technology"
itunes_first_sub_category = "Software How-To"
itunes_second_sub_category = "Tech News"
language = "en-us"
explicit = false

[outputFormats]


+ 1
- 1
layouts/section/interview.rss.xml 查看文件

@@ -11,7 +11,7 @@
>
<channel>
<title>{{ $.Site.Title }}</title>
<atom:link href="{{ "episode/index.xml" | absURL }}" rel="self" type="application/rss+xml" />
<atom:link href="{{ "interview/index.xml" | absURL }}" rel="self" type="application/rss+xml" />
<link>{{ .Site.BaseURL }}</link>
<description>{{ .Site.Params.feed.itunes_summary | truncate 4000 ""}}</description>
<lastBuildDate>{{ dateFormat "Mon, 2 Jan 2006 15:04:05 -0700" .Date }}</lastBuildDate>


Loading…
取消
儲存