From 14cbbdb8a2f69ebc51cd53a82b50206c543778b0 Mon Sep 17 00:00:00 2001
From: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com>
Date: Thu, 14 Sep 2023 03:55:59 +0000
Subject: [PATCH] feat: display tag in graph view (#466)
---
quartz.config.ts | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/quartz.config.ts b/quartz.config.ts
index dc9b7d5..f677a18 100644
--- a/quartz.config.ts
+++ b/quartz.config.ts
@@ -9,8 +9,9 @@
analytics: {
provider: "plausible",
},
- baseUrl: "four.quartz.jzhao.xyz",
- ignorePatterns: ["private", "templates"],
+ baseUrl: "quartz.jzhao.xyz",
+ ignorePatterns: ["private", "templates", ".obsidian"],
+ defaultDateType: "created",
theme: {
typography: {
header: "Schibsted Grotesk",
@@ -68,6 +69,7 @@
}),
Plugin.Assets(),
Plugin.Static(),
+ Plugin.NotFoundPage(),
],
},
}
--
Gitblit v1.10.0