eleventy-plugin-feeds:一个Eleventy插件,可为阅读器应用生成供稿

时间:2024-04-01 23:20:54
【文件属性】:

文件名称:eleventy-plugin-feeds:一个Eleventy插件,可为阅读器应用生成供稿

文件大小:52KB

文件格式:ZIP

更新时间:2024-04-01 23:20:54

JavaScript

插件供稿 一个Eleventy插件来生成提要。 目前适用于1个作者站点。 设置 /* ## Set up example Copy bellow */ eleventyConfig . addPlugin ( feedsPlugin , { // source directory for your project. Used to copy template into the `dirForFeeds` src : __dirname + `/src/` , // Name of collection to add to feed collectionName : 'post' , // directory that will hold the templates for the feeds. dirForFeeds : 'feeds-pl


【文件预览】:
eleventy-plugin-feeds-main
----.gitignore(2KB)
----package.json(1KB)
----package-lock.json(135KB)
----src()
--------templates()
--------feeds.helper.js(2KB)
----LICENSE(1KB)
----README.md(1KB)
----.eleventy.js(1KB)
----test()
--------src()
--------.eleventy.js(1KB)

网友评论