Skip to content

Commit

Permalink
Fix theme issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Eskild Steensen committed Feb 1, 2023
1 parent 514f1be commit 97387a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ module.exports = function (eleventyConfig) {
});

eleventyConfig.addPassthroughCopy("src/site/img");
eleventyConfig.addPassthroughCopy("src/site/styles/_theme.*.css");
eleventyConfig.addPlugin(faviconPlugin, { destination: "dist" });
eleventyConfig.addPlugin(tocPlugin, {
ul: true,
Expand All @@ -304,7 +305,7 @@ module.exports = function (eleventyConfig) {
output: "dist",
data: `_data`,
},
templateFormats: ["njk", "md", "11ty.js", "css"],
templateFormats: ["njk", "md", "11ty.js"],
htmlTemplateEngine: "njk",
markdownTemplateEngine: "njk",
passthroughFileCopy: true,
Expand Down

0 comments on commit 97387a7

Please sign in to comment.