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": { "node_modules/@clack/prompts/node_modules/is-unicode-supported": {
"version": "1.3.0", "version": "1.3.0",
"extraneous": true,
"inBundle": true, "inBundle": true,
"license": "MIT", "license": "MIT",
"engines": { "engines": {

View file

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

View file

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