Bookcase layout is useful for creating another viewpoint of list contents.
This layout can only be used on section page (
_index.md
).
Configuration
Specify
type
in front-matter will change the template lookup order.
bookcase_list_sections
List subsections.
default: true
bookcase_list_pages
List pages.
default: true
Resouces Configuration
These parameters are located in bookcase item’s resource. For example:
bookcase_cover_src
The cover image URL relative to the base URL. (with or without /
prefix)
Image ratio is 2:3 (width:height)
For example:
default: fallback to bookcase_cover_src_dark, if failed, image become empty
bookcase_cover_src_dark
The dark mode cover image URL relative to the base URL. (with or without /
prefix)
Image ratio is 2:3 (width:height)
For example:
default: fallback to bookcase_cover_src, if failed, image become empty
bookcase_cover_title
The title used in the bookcase cover
default: fallback to the title of the page
bookcase_hidden
Hide this item from bookcase
default: false
weight
default: default order