struct FolderIndexes::FolderIndex

Overview

Generates indexes for posts folders that have no index file

Defined in:

folder_indexes.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : Path) #

[View source]

Instance Method Detail

def breadcrumbs #

Get breadcrumbs for this folder index


[View source]
def folder_title #

Get the title for this folder index


[View source]
def posts_by_prefix(lang : String | Nil = nil) #

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


[View source]