Quartz sync: May 7, 2024, 5:33 PM

This commit is contained in:
Ryan Kes 2024-05-07 17:33:38 +02:00
parent c7563b7f05
commit 561cc620f4
3 changed files with 2 additions and 4 deletions

1
package-lock.json generated
View file

@ -200,7 +200,6 @@
},
"node_modules/@clack/prompts/node_modules/is-unicode-supported": {
"version": "1.3.0",
"extraneous": true,
"inBundle": true,
"license": "MIT",
"engines": {

View file

@ -8,7 +8,7 @@ import * as Plugin from "./quartz/plugins"
*/
const config: QuartzConfig = {
configuration: {
pageTitle: "My Wiki",
pageTitle: "Ryan's Wiki",
enableSPA: true,
enablePopovers: true,
analytics: { provider: "google", tagId: "G-TNHV6SD0LD" },

View file

@ -7,8 +7,7 @@ export const sharedPageComponents: SharedLayout = {
header: [],
footer: Component.Footer({
links: {
GitHub: "https://github.com/jackyzha0/quartz",
"Discord Community": "https://discord.gg/cRFFHYye7t",
"Ryan's Namepage": "https://ryankes.eu",
},
}),
}