From 7ccff2cf3d4f7a96be2cf890093798067951fd2e Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Thu, 14 Jul 2022 18:49:47 +0000
Subject: [PATCH] fix: styling on page-list for smaller screens

---
 config.toml |   20 ++++++++++++++++----
 1 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/config.toml b/config.toml
index 44cb838..a545ed8 100644
--- a/config.toml
+++ b/config.toml
@@ -1,8 +1,15 @@
 baseURL = "https://quartz.jzhao.xyz/"
 languageCode = "en-us"
-googleAnalytics = "UA-148413215-1"
-pygmentsUseClasses = true
-ignoreFiles = ["/content/templates/*"]
+googleAnalytics = "G-XYFD95KB4J"
+relativeURLs = false
+disablePathToLower = true
+ignoreFiles = [
+    "/content/templates/*",
+    "/content/private/*",
+]
+summaryLength = 20
+paginate = 10
+enableGitInfo = true
 
 [markup]
     [markup.tableOfContents]
@@ -10,6 +17,7 @@
         ordered = true
         startLevel = 2
     [markup.highlight]
+        noClasses = false
         anchorLineNos = false
         codeFences = true
         guessSyntax = true
@@ -19,4 +27,8 @@
         lineNos = true
         lineNumbersInTable = true
         style = "dracula"
-        tabWidth = 4
\ No newline at end of file
+    [frontmatter]
+        lastmod = ["lastmod", ":git", "date", "publishDate"]
+        publishDate = ["publishDate", "date"]
+    [markup.goldmark.renderer]
+        unsafe = true

--
Gitblit v1.10.0