module

FolderIndexes

Class methods

enable(is_enabled : Bool, content_path : Path)

Enable folder_indexes feature This now ONLY handles posts/ folder and subfolders

Source
excluded_folders
Source
read_all(posts_path : Path, exclude_patterns = [] of String) : Array(FolderIndex)
Source
register_exclude(folder : String)
Source
register_exclude

Register a config-driven exclude directory, resolved when the config is available (at build time) rather than when the module is required.

Source
render(indexes : Array(FolderIndex))
Source

Nested types