Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
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