From 7a8811a184c8bd6206ee041d6486b7e456d5a84a Mon Sep 17 00:00:00 2001
From: Quadrubo <71718414+Quadrubo@users.noreply.github.com>
Date: Wed, 18 Jan 2023 16:25:01 +0000
Subject: [PATCH] added the liveReloadPort as an option for docker (#272)

---
 config.toml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/config.toml b/config.toml
index 803ef1e..a545ed8 100644
--- a/config.toml
+++ b/config.toml
@@ -1,7 +1,6 @@
 baseURL = "https://quartz.jzhao.xyz/"
 languageCode = "en-us"
 googleAnalytics = "G-XYFD95KB4J"
-pygmentsUseClasses = true
 relativeURLs = false
 disablePathToLower = true
 ignoreFiles = [
@@ -18,6 +17,7 @@
         ordered = true
         startLevel = 2
     [markup.highlight]
+        noClasses = false
         anchorLineNos = false
         codeFences = true
         guessSyntax = true
@@ -27,7 +27,8 @@
         lineNos = true
         lineNumbersInTable = true
         style = "dracula"
-        tabWidth = 4
     [frontmatter]
         lastmod = ["lastmod", ":git", "date", "publishDate"]
         publishDate = ["publishDate", "date"]
+    [markup.goldmark.renderer]
+        unsafe = true

--
Gitblit v1.10.0