From 712dab5c8cd8933d9cdb63d4c833940c461a09da Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Tue, 31 Jan 2023 19:00:28 +0000
Subject: [PATCH] docs: remove broken links from showcase
---
config.toml | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/config.toml b/config.toml
index 884b5b1..a545ed8 100644
--- a/config.toml
+++ b/config.toml
@@ -1,11 +1,15 @@
baseURL = "https://quartz.jzhao.xyz/"
languageCode = "en-us"
googleAnalytics = "G-XYFD95KB4J"
-pygmentsUseClasses = true
+relativeURLs = false
+disablePathToLower = true
ignoreFiles = [
"/content/templates/*",
"/content/private/*",
]
+summaryLength = 20
+paginate = 10
+enableGitInfo = true
[markup]
[markup.tableOfContents]
@@ -13,6 +17,7 @@
ordered = true
startLevel = 2
[markup.highlight]
+ noClasses = false
anchorLineNos = false
codeFences = true
guessSyntax = true
@@ -22,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