fix(summary): add default configs under theme.toml

This commit is contained in:
Lee Kai Ze 2025-11-13 15:20:17 +08:00 committed by welpo
parent 85ec51cf97
commit acb5c0f330
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6

View file

@ -117,6 +117,12 @@ show_date = true
# "both" - Show both the original date and the last updated date. # "both" - Show both the original date and the last updated date.
post_listing_date = "date" post_listing_date = "date"
# Auto generate summary for post listing and Atom feeds,
# when no summary is set using the <!-- more --> 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/ # 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 # 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 iine = false