From cc86136bcb4cc61219a8ee7573e792e6a6043dcd Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sun, 03 Apr 2022 00:00:14 +0000
Subject: [PATCH] feat: basic latex support

---
 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