84 次重大发布

0.269.0 2024 年 5 月 28 日
0.268.0 2024 年 3 月 10 日
0.267.0 2024 年 2 月 28 日
0.265.0 2023 年 12 月 23 日
0.1.3 2020 年 3 月 11 日

796Web 编程

Download history 160/week @ 2024-05-24 26/week @ 2024-05-31 4/week @ 2024-06-07 1/week @ 2024-06-14 2/week @ 2024-06-28 98/week @ 2024-07-05 87/week @ 2024-07-26 6/week @ 2024-08-02

每月 93 次下载

MIT 许可证

240KB
605

rblog

使用 Rust 编写的博客引擎。

安装

cargo install rblog

从源代码运行

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

使用 listenfd 从源代码运行

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

在 Docker 中运行

运行标记的 Docker 镜像

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

运行最新的 Docker 镜像

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

运行夜间 Docker 镜像

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

对于演示,请忽略卷映射。

docker run -p 8080:8080 prabirshrestha/rblog:nightly

许可证

MIT

依赖关系

~34–49MB
~1M SLoC