mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 11:36:23 +00:00
Quartz sync: May 7, 2024, 5:33 PM
This commit is contained in:
parent
c7563b7f05
commit
561cc620f4
3 changed files with 2 additions and 4 deletions
1
package-lock.json
generated
1
package-lock.json
generated
|
@ -200,7 +200,6 @@
|
|||
},
|
||||
"node_modules/@clack/prompts/node_modules/is-unicode-supported": {
|
||||
"version": "1.3.0",
|
||||
"extraneous": true,
|
||||
"inBundle": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
|
|
|
@ -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" },
|
||||
|
|
|
@ -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",
|
||||
},
|
||||
}),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue