Go to file
zhuang biaowei 29e64d3a21
github pages / deploy (push) Has been cancelled Details
update start
2026-01-15 14:29:15 +08:00
.github/workflows fix gem bug 2022-12-13 00:26:26 +08:00
assets test MathJax 2022-12-03 08:50:54 +08:00
src update start 2026-01-15 14:29:15 +08:00
.gitignore init book 2022-08-29 09:20:58 +08:00
LICENSE.md Create LICENSE.md 2022-08-29 09:04:20 +08:00
README.md add summary 2026-01-15 14:23:41 +08:00
black.css text to left 2022-10-06 16:45:22 +08:00
book.js add slide js 2022-09-01 11:08:24 +08:00
book.toml add citation 2022-12-12 18:59:34 +08:00
citation.rb include img 2022-12-13 00:17:02 +08:00
preproc.js div to center 2022-11-28 20:40:33 +08:00
render.js hack the reveal-md 2022-11-28 19:08:02 +08:00
reveal-md.json test reveal-md.json 2022-12-03 09:07:36 +08:00

README.md

本书目录

编译开源书籍

本书的内容使用 mdbook 进行编写,并通过开源社发布。

安装 rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# 或
访问 https://www.rust-lang.org/tools/install
下载 rustup 并安装

安装 mdbook

cargo install mdbook
cargo install mdbook-echarts
# 或
cargo install --git https://github.com/rust-lang/mdBook.git mdbook
cargo install --git https://github.com/zhuangbiaowei/mdbook-echarts mdbook-echarts

编译开源书籍

git clone https://github.com/kaiyuanshe/oss-book
cd oss-book
mdbook build
mdbook serve

在浏览器中打开 http://localhost:3000 访问开源书籍的内容页面。