theme/README.md

38 lines
863 B
Markdown
Raw Permalink Normal View History

2024-08-31 09:48:04 +08:00
# Study Area CN
### URL : [learn.study-area.org.cn](https://learn.study-area.org.cn)
## 概述
StudyAreaCN 主题部分
撰写文档时请使用submodule引用本仓库到theme文件夹
并在book.toml中包含
```toml
[output.html]
additional-css = [
"theme/css/icons.css",
"theme/css/mdui.css",
"theme/css/highlight.min.css",
"theme/css/page.css",
"theme/css/font.css",
"theme/font/icons.woff2",
"theme/font/noto.otf",
"theme/font/sourcecodepro.woff2",
]
additional-js = [
"theme/js/mdui.global.js",
"theme/js/highlight.min.js",
"theme/js/mathjax.js",
"theme/js/tocrender.js",
"theme/js/page.js",
]
```
采用mdbook开发编译请预先安装Rust环境。
## 如何帮助开发?
如果您想要协助我们的开发,请参阅[百科](https://git.hmtsai.cn/study-area-cn/study-area-cn/wiki)