Blog engine written in rust.
cargo install rblog
git clone https://github.com/prabirshrestha/rblog.git
cargo run
cargo install systemfd
systemfd --no-pid -s http::8080 -- cargo watch -x 'run'
docker run -v ./posts:/data/posts -v ./blog.conf:/data/blog.conf -p 8080:8080 prabirshrestha/rblog:v0.264.0
docker run -v ./posts:/data/posts -v ./blog.conf:/data/blog.conf -p 8080:8080 prabirshrestha/rblog:latest
docker run -v ./posts:/data/posts -v ./blog.conf:/data/blog.conf -p 8080:8080 prabirshrestha/rblog:nightly
For demos ignore the volume mappings.
docker run -p 8080:8080 prabirshrestha/rblog:nightly
MIT