do a full reorg to handle blog posts better

This commit is contained in:
Jonathan Souter
2023-02-28 18:39:40 +10:30
parent 986d663586
commit 4bcb5e0dc1
20 changed files with 152 additions and 330 deletions

View File

@ -1,8 +1,8 @@
module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("./src/css");
eleventyConfig.addPassthroughCopy("./src/img");
eleventyConfig.addPassthroughCopy("./src/fonts");
eleventyConfig.addPassthroughCopy("./src/js");
eleventyConfig.addPassthroughCopy("./src/_assets/css");
eleventyConfig.addPassthroughCopy("./src/_assets/img");
eleventyConfig.addPassthroughCopy("./src/_assets/fonts");
eleventyConfig.addPassthroughCopy("./src/_assets/js");
return {
passthroughFileCopy: true,