< 返回版块

苦瓜小仔 发表于 2021-06-24 00:21

项目地址:https://github.com/zjp-CN/mdbook-theme

可以:

  1. 轻松添加 pagetoc (toc on the right)
  2. 在 book.toml 里替换 css/js 主题的某些值(布局、字号、颜色),再也不用去各个文件一个个改了。
  3. 修改 ace 的主题 (白色主题下默认的代码编辑框颜色太浅了!)
  4. 不破坏用户已有的自定义 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"

一些例子:

图片这里放不了就不放了,去 仓库 看看吧。

评论区

写评论

还没有评论

1 共 0 条评论, 1 页