All Projects → prabirshrestha → rblog

prabirshrestha / rblog

Licence: MIT license
super fast blog engine written in rust. live demo @ https://blog.prabir.me

Programming Languages

rust
11053 projects
HTML
75241 projects
SCSS
7915 projects
shell
77523 projects

rblog

Blog engine written in rust.

Installing

cargo install rblog

Running from source code

git clone https://github.com/prabirshrestha/rblog.git
cargo run

Running from source with listenfd

cargo install systemfd
systemfd --no-pid -s http::8080 -- cargo watch -x 'run'

Running in docker

Set HOST environment variable to 0.0.0.0.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].