Styling updates and add social links

This commit is contained in:
cheddar 2025-04-18 11:28:28 -04:00
parent eafe6648cc
commit a2cb0960ab
No known key found for this signature in database
15 changed files with 135 additions and 23 deletions

View file

@ -21,6 +21,10 @@ export default async function(eleventyConfig) {
filter(page => page.data.nav_order).
sort((a, b) => a.data.nav_order - b.data.nav_order);
});
eleventyConfig.addPassthroughCopy({
"./content/resources/": "/"
});
};
export const config = {