We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6d608 commit 22fe8dbCopy full SHA for 22fe8db
.eleventyignore
@@ -1,2 +1,3 @@
1
README.md
2
-static_folders/
+static_folders/
3
+content/projects/pattern-pigeon/**
eleventy.config.js
@@ -23,7 +23,8 @@ export default async function (eleventyConfig) {
23
.addPassthroughCopy({
24
"./public/": "/"
25
})
26
- .addPassthroughCopy("./content/feed/pretty-atom-feed.xsl");
+ .addPassthroughCopy("./content/feed/pretty-atom-feed.xsl")
27
+ .addPassthroughCopy({ "./content/projects/pattern-pigeon": "projects/pattern-pigeon" });
28
29
// Run Eleventy when these files change:
30
// https://www.11ty.dev/docs/watch-serve/#add-your-own-watch-targets
0 commit comments