项目地址:https://github.com/zjp-CN/mdbook-theme
可以:
- 轻松添加 pagetoc (toc on the right)
- 在 book.toml 里替换 css/js 主题的某些值(布局、字号、颜色),再也不用去各个文件一个个改了。
- 修改 ace 的主题 (白色主题下默认的代码编辑框颜色太浅了!)
- 不破坏用户已有的自定义 css
同时使用这两个插件的最简 book.toml 配置:
# mdbook-theme
[preprocessor.theme]
pagetoc = true
[output.html]
additional-css = ["theme/pagetoc.css"]
additional-js = ["theme/pagetoc.js"]
# mdbook-theme-ace
[output.html.playground]
editable = true
[output.theme-ace]
theme-white = "dawn"
theme-dark = "tomorrow_night"
一些例子:
- Rust API Guidelines: http://129.28.186.100/api-guidelines
- Rust “小宏书”: http://129.28.186.100/tlborm
- Rust by example: http://129.28.186.100/rust-by-example
- Reference:http://129.28.186.100/rust-reference
- Rust Book:http://129.28.186.100/rust-book
图片这里放不了就不放了,去 仓库 看看吧。
1
共 0 条评论, 1 页
评论区
写评论还没有评论