From 3a98c8b554c4b0e141f46a777c0fefe5ad4d4178 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Thu, 23 Dec 2021 22:32:47 +0000
Subject: [PATCH] actually display site title
---
config.toml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/config.toml b/config.toml
index dabe513..81297a2 100644
--- a/config.toml
+++ b/config.toml
@@ -8,6 +8,7 @@
"/content/templates/*",
"/content/private/*",
]
+title = "🪴 Quartz v3"
[markup]
[markup.tableOfContents]
@@ -24,4 +25,4 @@
lineNos = true
lineNumbersInTable = true
style = "dracula"
- tabWidth = 4
\ No newline at end of file
+ tabWidth = 4
--
Gitblit v1.10.0