:)
This commit is contained in:
parent
7cf556d606
commit
3b6f358ef0
5 changed files with 1107 additions and 19 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
---
|
---
|
||||||
title: Example Title
|
title: Welcome! I don't know what this is yet.
|
||||||
draft: false
|
draft: false
|
||||||
tags:
|
tags:
|
||||||
- example-tag
|
date: 2025-09-25
|
||||||
date: 2025-01-10
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Hello World!
|
Hello World!
|
||||||
|
|
||||||
[Here's the TODO](https://quartz.jzhao.xyz/authoring-content)
|
[Here's the TODO](https://quartz.jzhao.xyz/authoring-content)
|
||||||
|
|
|
||||||
|
|
@ -8,13 +8,13 @@ import * as Plugin from "./quartz/plugins"
|
||||||
*/
|
*/
|
||||||
const config: QuartzConfig = {
|
const config: QuartzConfig = {
|
||||||
configuration: {
|
configuration: {
|
||||||
pageTitle: "🪴 Quartz 4.0",
|
pageTitle: "My Site",
|
||||||
pageTitleSuffix: "",
|
pageTitleSuffix: "",
|
||||||
enableSPA: true,
|
enableSPA: true,
|
||||||
enablePopovers: true,
|
enablePopovers: true,
|
||||||
analytics: null,
|
analytics: null,
|
||||||
locale: "en-US",
|
locale: "en-US",
|
||||||
baseUrl: "quartz.jzhao.xyz",
|
baseUrl: "alandaniels.dev",
|
||||||
ignorePatterns: ["private", "templates", ".obsidian"],
|
ignorePatterns: ["private", "templates", ".obsidian"],
|
||||||
defaultDateType: "created",
|
defaultDateType: "created",
|
||||||
generateSocialImages: false,
|
generateSocialImages: false,
|
||||||
|
|
|
||||||
|
|
@ -8,8 +8,7 @@ export const sharedPageComponents: SharedLayout = {
|
||||||
afterBody: [],
|
afterBody: [],
|
||||||
footer: Component.Footer({
|
footer: Component.Footer({
|
||||||
links: {
|
links: {
|
||||||
GitHub: "https://github.com/jackyzha0/quartz",
|
"My Git": "https://git.alandaniels.dev",
|
||||||
"Discord Community": "https://discord.gg/cRFFHYye7t",
|
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue