mirror of
https://github.com/welpo/tabi.git
synced 2025-12-17 04:48:44 +01:00
feat(series): add a page to display a series
It displays an explanation of the series and lists all its articles.
This commit is contained in:
parent
080a1b4b8c
commit
45705ed9c6
8 changed files with 138 additions and 21 deletions
|
|
@ -114,6 +114,11 @@ show_date = true
|
|||
# "both" - Show both the original date and the last updated date.
|
||||
post_listing_date = "date"
|
||||
|
||||
# Determines if indexes should be increasing (false) or decreasing (true) in series' posts list.
|
||||
# It has only effect if the section uses indexes metadata (which is only the case for series as of now).
|
||||
# Can be set at section levels, following the hierarchy: section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
|
||||
post_listing_index_reversed = false # Defaults to false.
|
||||
|
||||
# DEPRECATED!
|
||||
# Use Zola's built-in `bottom_footnotes = true` in the [markdown] section instead. (Available since v0.19.0)
|
||||
# Adds backlinks to footnotes (loads ~500 bytes of JavaScripts).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue