[][src]Function libssg::match_pattern

pub fn match_pattern<P: Into<MatchPattern>>(
    pattern: P,
    route: Route,
    renderer: Renderer,
    compiler: Compiler
) -> Rule

Find matches from current directory and potentially descendants for pattern. For each match, create a route, render and compile.