update quartz config

This commit is contained in:
Jeff Emmett 2025-09-11 17:12:06 +02:00
parent 9db66d500e
commit 98bb2402d6
2 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import * as Plugin from "./quartz/plugins"
*/ */
const config: QuartzConfig = { const config: QuartzConfig = {
configuration: { configuration: {
pageTitle: "Quartz 4", pageTitle: "Jeff Emmett's Obsidian Site",
pageTitleSuffix: "", pageTitleSuffix: "",
enableSPA: true, enableSPA: true,
enablePopovers: true, enablePopovers: true,
@ -16,7 +16,8 @@ const config: QuartzConfig = {
provider: "plausible", provider: "plausible",
}, },
locale: "en-US", locale: "en-US",
baseUrl: "quartz.jzhao.xyz", baseUrl: "quartz.jeffemmett.com",
// IS THIS THE RIGHT URL? HOW TO SET UP AS SUBDOMAIN?
ignorePatterns: ["private", "templates", ".obsidian"], ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "modified", defaultDateType: "modified",
theme: { theme: {

0
quartz/bootstrap-cli.mjs Executable file → Normal file
View File