struct

FolderIndexes::FolderIndex

Inherits Struct < Value < Object

Generates indexes for posts folders that have no index file

Constructors

new(path : Path)
Source

Instance methods

folder_title

Get the title for this folder index

Source
posts_by_prefix(lang : String | Nil = nil)

Get all posts whose output starts with this folder's path (prefix-matching)

Source