From 8eca1e60f78f40d6b598aa397bb315adfc53d9ad Mon Sep 17 00:00:00 2001
From: Blake Allen <blakesnake100@gmail.com>
Date: Tue, 26 Oct 2021 19:36:20 +0000
Subject: [PATCH] change %20 in node labels to whitespace, change %20 in node hrefs to hyphen

---
 config.toml |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/config.toml b/config.toml
index 44cb838..dabe513 100644
--- a/config.toml
+++ b/config.toml
@@ -1,8 +1,13 @@
 baseURL = "https://quartz.jzhao.xyz/"
 languageCode = "en-us"
-googleAnalytics = "UA-148413215-1"
+googleAnalytics = "G-XYFD95KB4J"
 pygmentsUseClasses = true
-ignoreFiles = ["/content/templates/*"]
+relativeURLs = true
+disablePathToLower = true
+ignoreFiles = [
+    "/content/templates/*",
+    "/content/private/*",
+]
 
 [markup]
     [markup.tableOfContents]

--
Gitblit v1.10.0