Set up RSS/Atom/JSON feeds for blog
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import pugPlugin from "@11ty/eleventy-plugin-pug";
|
||||
import rssPlugin from "@11ty/eleventy-plugin-rss";
|
||||
import brokenLinksPlugin from "eleventy-plugin-broken-links";
|
||||
import { eleventyImageTransformPlugin } from "@11ty/eleventy-img";
|
||||
import syntaxHighlight from "@11ty/eleventy-plugin-syntaxhighlight";
|
||||
@@ -10,6 +11,7 @@ export default function (eleventyConfig) {
|
||||
eleventyConfig.setInputDirectory("src")
|
||||
eleventyConfig.addPlugin(brokenLinksPlugin);
|
||||
eleventyConfig.addPlugin(pugPlugin);
|
||||
eleventyConfig.addPlugin(rssPlugin);
|
||||
eleventyConfig.addPlugin(syntaxHighlight);
|
||||
eleventyConfig.addPlugin(eleventyImageTransformPlugin, {
|
||||
htmlOptions: {
|
||||
|
||||
Reference in New Issue
Block a user