A simple static site genertor, convert md posts to html.
clone this repo, and:
cargo run -- build
to build pages
cargo run -- serve
to build pages
/pages
: markdown source file
index.md
=> index page/posts/*.md
=> post page/assets
img/css .../favicon
favicon files/dist
: static stie pages/src
: rust src