mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-07 13:15:20 +00:00
Fix theme issues
This commit is contained in:
parent
61195152bd
commit
e60c17cca2
@ -280,6 +280,7 @@ module.exports = function (eleventyConfig) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
eleventyConfig.addPassthroughCopy("src/site/img");
|
eleventyConfig.addPassthroughCopy("src/site/img");
|
||||||
|
eleventyConfig.addPassthroughCopy("src/site/styles/_theme.*.css");
|
||||||
eleventyConfig.addPlugin(faviconPlugin, { destination: "dist" });
|
eleventyConfig.addPlugin(faviconPlugin, { destination: "dist" });
|
||||||
eleventyConfig.addPlugin(tocPlugin, {
|
eleventyConfig.addPlugin(tocPlugin, {
|
||||||
ul: true,
|
ul: true,
|
||||||
@ -304,7 +305,7 @@ module.exports = function (eleventyConfig) {
|
|||||||
output: "dist",
|
output: "dist",
|
||||||
data: `_data`,
|
data: `_data`,
|
||||||
},
|
},
|
||||||
templateFormats: ["njk", "md", "11ty.js", "css"],
|
templateFormats: ["njk", "md", "11ty.js"],
|
||||||
htmlTemplateEngine: "njk",
|
htmlTemplateEngine: "njk",
|
||||||
markdownTemplateEngine: "njk",
|
markdownTemplateEngine: "njk",
|
||||||
passthroughFileCopy: true,
|
passthroughFileCopy: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user