From 48d01810c4629341d9481632fc7f769dcffe0bd7 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Thu, 23 Dec 2021 22:40:59 +0000
Subject: [PATCH] fix config setting, fix font size for h1 in article
---
config.toml | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/config.toml b/config.toml
index 8283123..e0a9e55 100644
--- a/config.toml
+++ b/config.toml
@@ -2,7 +2,12 @@
languageCode = "en-us"
googleAnalytics = "G-XYFD95KB4J"
pygmentsUseClasses = true
-ignoreFiles = ["/content/templates/*"]
+relativeURLs = true
+disablePathToLower = true
+ignoreFiles = [
+ "/content/templates/*",
+ "/content/private/*",
+]
[markup]
[markup.tableOfContents]
@@ -19,4 +24,4 @@
lineNos = true
lineNumbersInTable = true
style = "dracula"
- tabWidth = 4
\ No newline at end of file
+ tabWidth = 4
--
Gitblit v1.10.0