From 4fd983277e36e323675e2d77048fb3daaa016dc6 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sun, 03 Apr 2022 00:38:39 +0000
Subject: [PATCH] fix: cjk support + demo page
---
config.toml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/config.toml b/config.toml
index 1097341..5c4dfcb 100644
--- a/config.toml
+++ b/config.toml
@@ -8,6 +8,9 @@
"/content/templates/*",
"/content/private/*",
]
+summaryLength = 20
+paginate = 10
+enableGitInfo = true
[markup]
[markup.tableOfContents]
--
Gitblit v1.10.0