monsbox / blog

super fast blog engine written in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

super fast blog engine written in rust

License:MIT License


Languages

Language:Rust 64.3%Language:HTML 22.7%Language:SCSS 10.0%Language:Shell 3.0%