From 015ed4cfa2db4636e03debcda0d4201f24346098 Mon Sep 17 00:00:00 2001
From: Aiden Bai 白宇彤 <aiden.bai05@gmail.com>
Date: Sun, 03 Jul 2022 02:40:18 +0000
Subject: [PATCH] Fix `width: auto` for SPA routing (#156)

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

diff --git a/config.toml b/config.toml
index a0d71f7..94c2f9b 100644
--- a/config.toml
+++ b/config.toml
@@ -8,7 +8,8 @@
     "/content/templates/*",
     "/content/private/*",
 ]
-summaryLength = 35
+summaryLength = 20
+paginate = 10
 enableGitInfo = true
 
 [markup]
@@ -27,3 +28,8 @@
         lineNumbersInTable = true
         style = "dracula"
         tabWidth = 4
+    [frontmatter]
+        lastmod = ["lastmod", ":git", "date", "publishDate"]
+        publishDate = ["publishDate", "date"]
+    [markup.goldmark.renderer]
+        unsafe = true

--
Gitblit v1.10.0