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:
+5
-3
@@ -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/"
|
||||
}
|
||||
}),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user