module Archive
Included Modules
Defined in:
archive.crClass Method Summary
-
.enable(is_enabled : Bool, posts : Array(Markdown::File))
Enable archive feature if posts are available
- .render(posts : Array(Markdown::File))
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