Blog engine written in rust.
bash cargo install rblog
git clone https://github.com/prabirshrestha/rblog.git cargo run
Make sure to set the proxy_http_version 1.1 if using nginx proxy.
proxy_http_version 1.1
location / { proxy_http_version 1.1; ..... }
MIT