From 827e8524daabf13cf23b8cbdbb1ff70e969d86a4 Mon Sep 17 00:00:00 2001 From: Lee Kai Ze Date: Thu, 13 Nov 2025 15:20:17 +0800 Subject: [PATCH] fix(summary): add default configs under theme.toml --- theme.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme.toml b/theme.toml index c3ecdb6..83548f6 100644 --- a/theme.toml +++ b/theme.toml @@ -117,6 +117,12 @@ show_date = true # "both" - Show both the original date and the last updated date. post_listing_date = "date" +# Auto generate summary for post listing and Atom feeds, +# when no summary is set using the tag. +# It will be generated in separated paragraph alongside with post description. +auto_generate_post_summary = true +auto_generated_summary_length = 200 + # Enable iine like buttons on all posts: https://iine.to/ # Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy iine = false