This commit is contained in:
Alan Daniels 2025-09-25 08:56:24 +10:00
parent 7cf556d606
commit 3b6f358ef0
5 changed files with 1107 additions and 19 deletions

View file

@ -1,10 +1,10 @@
---
title: Example Title
title: Welcome! I don't know what this is yet.
draft: false
tags:
- example-tag
date: 2025-01-10
date: 2025-09-25
---
Hello World!
[Here's the TODO](https://quartz.jzhao.xyz/authoring-content)

View file

@ -8,13 +8,13 @@ import * as Plugin from "./quartz/plugins"
*/
const config: QuartzConfig = {
configuration: {
pageTitle: "🪴 Quartz 4.0",
pageTitle: "My Site",
pageTitleSuffix: "",
enableSPA: true,
enablePopovers: true,
analytics: null,
locale: "en-US",
baseUrl: "quartz.jzhao.xyz",
baseUrl: "alandaniels.dev",
ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "created",
generateSocialImages: false,

View file

@ -8,8 +8,7 @@ export const sharedPageComponents: SharedLayout = {
afterBody: [],
footer: Component.Footer({
links: {
GitHub: "https://github.com/jackyzha0/quartz",
"Discord Community": "https://discord.gg/cRFFHYye7t",
"My Git": "https://git.alandaniels.dev",
},
}),
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long