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:
ZzMzaw 2024-08-07 07:59:38 +02:00
parent 080a1b4b8c
commit 45705ed9c6
8 changed files with 138 additions and 21 deletions

View file

@ -157,6 +157,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).