From 8e85e274f6e5913694b67319f1beb7a2ec5b5bed Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Wed, 16 Feb 2022 00:42:45 +0000
Subject: [PATCH] change output to static instead of data

---
 config.toml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/config.toml b/config.toml
index e0a9e55..01d8d3d 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