Move to use a content folder instead of everything in root.

This commit is contained in:
Zach Leatherman
2023-01-23 14:50:45 -06:00
parent ea6acf2f6d
commit 216a9de439
19 changed files with 10 additions and 12 deletions

View File

@ -0,0 +1,3 @@
module.exports = {
eleventyExcludeFromCollections: true
}