module

Posts

Class methods

content_globs

Return glob patterns for posts content Posts live in content/posts/ and support markdown, html, and pandoc formats

Source
create_file(sources : Hash(String, String), base : Path) : Markdown::File | Nil

Create a file object from source files

Source
enable_from_scan(scan_result : Array(Markdown::File) | Nil, feature_set : Set(String)) : Array(Markdown::File) | Nil

Enable posts feature using pre-scanned files Returns nil if posts feature is disabled

Source