mirror of
https://github.com/welpo/tabi.git
synced 2026-01-10 23:37:47 +01:00
Merge 827e8524da into 689934edfe
This commit is contained in:
commit
efb66eab22
5 changed files with 34 additions and 10 deletions
|
|
@ -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 <!-- 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/
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue