From c117e38899a7e122fb4dee87f5d091e654e0939f Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sun, 03 Apr 2022 03:06:31 +0000
Subject: [PATCH] feat: wikilinks implementation
---
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