mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-04 16:22:41 +00:00
Install RSS plug-in
This commit is contained in:
parent
8096b87493
commit
81517bf7bf
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
@ -1,5 +1,6 @@
|
||||
// Installed Plug-ins
|
||||
const pluginWebc = require("@11ty/eleventy-plugin-webc");
|
||||
const pluginRss = require("@11ty/eleventy-plugin-rss");
|
||||
const metagen = require('eleventy-plugin-metagen');
|
||||
|
||||
module.exports = function (eleventyConfig) {
|
||||
@ -10,6 +11,7 @@ module.exports = function (eleventyConfig) {
|
||||
|
||||
// Installed Plug-ins
|
||||
eleventyConfig.addPlugin(pluginWebc);
|
||||
eleventyConfig.addPlugin(pluginRss);
|
||||
eleventyConfig.addPlugin(metagen);
|
||||
|
||||
return {
|
||||
|
@ -13,6 +13,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@11ty/eleventy": "^2.0.1",
|
||||
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
||||
"@11ty/eleventy-plugin-webc": "^0.11.2",
|
||||
"eleventy-plugin-metagen": "^1.8.3",
|
||||
"install": "^0.13.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user