Implement logo & favicon generation

This commit is contained in:
2025-06-05 10:20:33 -04:00
parent 244b934be7
commit 597976b1b8
12 changed files with 314 additions and 5 deletions

View File

@@ -31,6 +31,7 @@ export default function (eleventyConfig) {
eleventyConfig.addPlugin(IdAttributePlugin);
eleventyConfig.addPlugin(EleventyRenderPlugin);
eleventyConfig.addPassthroughCopy("src/assets/**")
eleventyConfig.addPassthroughCopy("src/favicon.ico")
eleventyConfig.amendLibrary("md", md => md.use(footnote))
eleventyConfig.addCollection("markmark", async api => {
const response = await fetch(`${OUTLINE.url}/documents.info`, {