Skip to content

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

License

Notifications You must be signed in to change notification settings

RustWorks/rblog

 
 

Repository files navigation

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

Running tagged docker image

docker run -v ./posts:/data/posts -v ./blog.conf:/data/blog.yaml -p 8080:8080 prabirshrestha/rblog:v0.264.0

Running latest docker image

docker run -v ./posts:/data/posts -v ./blog.conf:/data/blog.yaml -p 8080:8080 prabirshrestha/rblog:latest

Running nightly docker image

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

License

MIT

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 67.6%
  • HTML 19.3%
  • SCSS 9.7%
  • Shell 2.9%
  • Dockerfile 0.5%