A simple and minimal SSG, written in Rust with zero dependencies.
just do this:
docker compose up --build -dI added dockerfile and docker compose to make it easy to deploy & test. i also added simple nginx conf as an example.
just place markdown file inside the content/ then it will throw the html file to dist/ directory.
you can actually use this to test it or just use the docker compose build things in the top:
cargo run --release