#static-site-generator #site #static

pinch

An extensible static site generator

1 unstable release

0.1.0 Dec 15, 2021

#86 in #site

MIT license

21KB
469 lines

pinch

Usage

fn main() {
    Pinch::from_file("example_apps/complex/inapinch.toml").build_with_defaults();
}

Running Unit Tests

NOTE: Run from root directory

cargo fmt && cargo clippy --workspace --all-targets -- && cargo test --

Dependencies

~5–13MB
~157K SLoC