Utils
Class methods
find_all(path, extension)
Find all files with given extension in path, if two files are alternative languages of one another they are grouped together.
path_to_link(path, extension = nil)
Convert path to link, optionally changing extension
path_to_link("output/foo/../bar") # => "/bar"
should_skip_file?(base_path : Path) : Bool
Filter out files from directories that correspond to disabled features
slugify(string)