diff options
Diffstat (limited to '.eleventy.js')
| -rw-r--r-- | .eleventy.js | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.eleventy.js b/.eleventy.js deleted file mode 100644 index 3088c8d..0000000 --- a/.eleventy.js +++ /dev/null @@ -1,18 +0,0 @@ -import pluginRss from "@11ty/eleventy-plugin-rss"; - -export default function(eleventyConfig) { - eleventyConfig.addPlugin(pluginRss); - - eleventyConfig.addPassthroughCopy("src/assets"); - - return { - dir: { - input: "src", - output: "_site", - includes: "_includes", - layouts: "_layouts" - }, - markdownTemplateEngine: "njk", - htmlTemplateEngine: "njk" - }; -} |
