blarf 1.0.8

static site generator
Documentation
build:
	cargo build --release

clean:
	cargo clean

install:
	cp target/release/blarf /usr/local/bin