update quartz config
This commit is contained in:
parent
9db66d500e
commit
98bb2402d6
|
|
@ -8,7 +8,7 @@ import * as Plugin from "./quartz/plugins"
|
|||
*/
|
||||
const config: QuartzConfig = {
|
||||
configuration: {
|
||||
pageTitle: "Quartz 4",
|
||||
pageTitle: "Jeff Emmett's Obsidian Site",
|
||||
pageTitleSuffix: "",
|
||||
enableSPA: true,
|
||||
enablePopovers: true,
|
||||
|
|
@ -16,7 +16,8 @@ const config: QuartzConfig = {
|
|||
provider: "plausible",
|
||||
},
|
||||
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"],
|
||||
defaultDateType: "modified",
|
||||
theme: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue