From e847bd01935099671d15224072fb8cea353255c2 Mon Sep 17 00:00:00 2001 From: zilcH40 Date: Mon, 12 Sep 2022 13:24:41 +0800 Subject: feat #5: add margin & update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 063bfa3..de9120b 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,9 @@ theme = "hulga" # enable postcss, mainly for css purge (129kB->20kB->4.8kB gzipped, but this makes build slower) postcss = true + # enable showing content summary below post title in home page, default false + showSummary = true + # enable toc on every post page toc = true -- cgit v1.2.3