Quartz sync: Jan 10, 2026, 10:39 AM
This commit is contained in:
parent
3db1ca645c
commit
f953cd3272
1 changed files with 2 additions and 2 deletions
|
|
@ -8,14 +8,14 @@ import * as Plugin from "./quartz/plugins"
|
||||||
*/
|
*/
|
||||||
const config: QuartzConfig = {
|
const config: QuartzConfig = {
|
||||||
configuration: {
|
configuration: {
|
||||||
pageTitle: "The Crimson World",
|
pageTitle: "Crimson Worlds",
|
||||||
enableSPA: true,
|
enableSPA: true,
|
||||||
enablePopovers: true,
|
enablePopovers: true,
|
||||||
analytics: {
|
analytics: {
|
||||||
provider: "plausible",
|
provider: "plausible",
|
||||||
},
|
},
|
||||||
locale: "en-US",
|
locale: "en-US",
|
||||||
baseUrl: "robinsving.github.io",
|
baseUrl: "crimson.sving.cc",
|
||||||
ignorePatterns: ["private", "templates", ".obsidian"],
|
ignorePatterns: ["private", "templates", ".obsidian"],
|
||||||
defaultDateType: "modified",
|
defaultDateType: "modified",
|
||||||
theme: {
|
theme: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue