add title

This commit is contained in:
guodong 2026-02-10 18:16:31 +08:00
parent a32a16fc09
commit 22547c4303
2 changed files with 1565 additions and 1525 deletions

3083
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -8,15 +8,16 @@ import * as Plugin from "./quartz/plugins"
*/ */
const config: QuartzConfig = { const config: QuartzConfig = {
configuration: { configuration: {
pageTitle: "Quartz 4", pageTitle: "崔小毛's Blog",
pageTitleSuffix: "", pageTitleSuffix: "",
enableSPA: true, enableSPA: true,
enablePopovers: true, enablePopovers: true,
analytics: { analytics: {
provider: "plausible", provider: "plausible",
}, },
locale: "en-US", locale: "zh-CN",
baseUrl: "quartz.jzhao.xyz", // 💡 这里必须改成你的在线子路径,否则图片和样式会失效
baseUrl: "witty-hamster.github.io/quartz",
ignorePatterns: ["private", "templates", ".obsidian"], ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "modified", defaultDateType: "modified",
theme: { theme: {