Modified dockerfile to support overriding files within quartz repo by placing modified files under quartz_overrides/ with an identical folder structure. Modified Footer.tsx to include some quotes at the very bottom of each page. Added force option to rebuild script. Updated links appearing in page footer.

This commit is contained in:
wes
2025-05-29 17:21:58 -04:00
parent d8aeba6c7f
commit d7d9d2bd41
5 changed files with 71 additions and 16 deletions
+5 -3
View File
@@ -8,9 +8,11 @@ export const sharedPageComponents: SharedLayout = {
afterBody: [],
footer: Component.Footer({
links: {
GitHub: "https://github.com/jackyzha0/quartz",
"Discord Community": "https://discord.gg/cRFFHYye7t",
},
Git: "https://git.c0smere.net/",
Blog: "https://blog.c0smere.net/",
Resume: "https://resume.c0smere.net/",
LinkedIn: "https://www.linkedin.com/in/wesley-m-ray/"
}
}),
}