# rust_blog **Repository Path**: shirdonl/rust_blog ## Basic Information - **Project Name**: rust_blog - **Description**: rust语言写的优雅的博客系统 - **Primary Language**: Rust - **License**: MIT - **Default Branch**: rust - **Homepage**: https://gitee.com/shirdonl/rust_blog.git - **GVP Project**: No ## Statistics - **Stars**: 15 - **Forks**: 3 - **Created**: 2019-07-28 - **Last Updated**: 2025-02-14 ## Categories & Tags **Categories**: blog **Tags**: None ## README # rust_blog rust博客系统,欢迎朋友们一起加入贡献!欢迎加qq群:945017397 Once the container is running, open http://0.0.0.0:8001/ in your web browser. ## Developing Clone this repo, the dependent post repo, then build and link. ```sh git clone git@github.com:shirdonliao/rust_blog.git && cd rust_blog git clone git@github.com:shirdonliao/rust_blog/posts.git rustup override set $(cat .rustup) cargo build cargo run ``` Iterate and verify: ```sh cargo run cargo fmt cargo test cargo doc ```