mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-25 21:16:21 +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": {
|
"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": {
|
||||||
|
|
|
@ -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" },
|
||||||
|
|
|
@ -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",
|
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue