| Crates.io | rblog |
| lib.rs | rblog |
| version | 0.278.0 |
| created_at | 2020-03-11 07:12:45.151294+00 |
| updated_at | 2025-04-16 05:05:26.788866+00 |
| description | Blog app |
| homepage | |
| repository | https://github.com/prabirshrestha/rblog |
| max_upload_size | |
| id | 217469 |
| size | 348,306 |
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.yaml -p 8080:8080 prabirshrestha/rblog:v0.264.0
docker run -v ./posts:/data/posts -v ./blog.conf:/data/blog.yaml -p 8080:8080 prabirshrestha/rblog:latest
docker run -v ./posts:/data/posts -v ./blog.conf:/data/blog.yaml -p 8080:8080 prabirshrestha/rblog:nightly
For demos ignore the volume mappings.
docker run -p 8080:8080 prabirshrestha/rblog:nightly
MIT