PAW! is a Static Site Generator written in Rust. For now it processes .bark files and includes external files into them :3
PAW! uses current working directory to detect where it should do its work. Building and making the binary accessible in path is required for PAW! to work correctly!
Copy the repository and build it using
cargo mommy build
I mean
cargo build
Navigate to a directory containing your website and simply run paw ^^
PAW! will only work if a "paw" file exists in given directory, it doesn't have to have anything in it, just have a file like this and it should work -w-