module Archive

Included Modules

Defined in:

archive.cr

Class Method Summary

Class methods inherited from module Utils

find_all(path, extension) find_all, path_to_link(path, extension = nil) path_to_link, should_skip_file?(base_path : Path) : Bool should_skip_file?, slugify(string) slugify

Class Method Detail

def self.enable(is_enabled : Bool, posts : Array(Markdown::File)) #

Enable archive feature if posts are available


[View source]
def self.render(posts : Array(Markdown::File)) #

[View source]