gatsby-plugin-podcast-feed:Gatsby插件,用于播客Feed

时间:2024-06-14 11:09:40
【文件属性】:

文件名称:gatsby-plugin-podcast-feed:Gatsby插件,用于播客Feed

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-14 11:09:40

JavaScript

使用Gatsby网站为播客创建RSS feed。 尽管gatsby-plugin-feed非常适合为博客创建RSS feed,但很难使RSS custom_elements出现在RSS。 安装 npm install --save gatsby-plugin-podcast-feed 如何使用 gatsby-config.js // In your gatsby-config.js const feedOptions = { title: 'title', description: 'description', feed_url: 'http://example.com/rss.xml', site_url: 'http://example.com', image_url: 'http://example.com/icon.png',


【文件预览】:
gatsby-plugin-podcast-feed-master
----.gitignore(13B)
----package.json(442B)
----package-lock.json(2KB)
----index.js(9B)
----gatsby-node.js(2KB)
----readme.md(2KB)
----.npmignore(580B)

网友评论