Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RustChina/rust-china.org
Rust 中文社区 https://rust-china.org
https://github.com/RustChina/rust-china.org
Last synced: 3 months ago
JSON representation
Rust 中文社区 https://rust-china.org
- Host: GitHub
- URL: https://github.com/RustChina/rust-china.org
- Owner: RustChina
- License: mit
- Created: 2016-02-20T08:58:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-08T17:37:56.000Z (almost 8 years ago)
- Last Synced: 2024-07-16T14:10:53.927Z (4 months ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust 中文社区博客
* 如果你想写 Rust 相关的博客,可以在这里写
* 如果你看到有比较好的关于 Rust 文章,可以将链接贴进来,加上简短介绍,作为博客放进来
* 如果你觉得[本站](https://rust-china.org)有什么地方需要改进,也可以通过对本项目 Fork -> Pull Request 进行修改,或者简单的[提个issue](https://github.com/RustChina/rust-china.org/issues/new)来帮我们共同完善 Rust 中文社区
## 如何做
1. [Fork 本项目](https://github.com/RustChina/rust-china.org#fork-destination-box)
2. Clone 到自己机器上: `git clone --recursive https://github.com/YOUR-GITHUB-USERNAME/rust-china.org)`
3. 安装环境和依赖:
```
sudo npm install -g hexo
cd rust-china.org
npm install
```4. 写博客:
```
hexo new post your-awesome-title
# write blog in source/_posts/your-awesome-title.md
hexo server # open http://0.0.0.0:4000 with your browser
```5. 提交 PR: 写完后通过 git push 到你的仓库然后点击 Github 上面的 `New pull request` 按钮
要对[本站](https://rust-china.org)进行修改,也是上面相同的步骤。关于 Hexo 的使用请参考其[官方文档](https://hexo.io/docs)