Remove default posts and add current posts

This commit is contained in:
2024-10-14 14:07:42 +00:00
parent f61f25e3e0
commit b5a9f216dc
41 changed files with 318 additions and 107 deletions

View File

@@ -21,7 +21,8 @@ export default async function(eleventyConfig) {
.addPassthroughCopy({
"./public/": "/"
})
.addPassthroughCopy("./content/feed/pretty-atom-feed.xsl");
.addPassthroughCopy("./content/feed/pretty-atom-feed.xsl")
.addPassthroughCopy("./content/blog/**/images/*");
// Run Eleventy when these files change:
// https://www.11ty.dev/docs/watch-serve/#add-your-own-watch-targets