Source code of filesite.io. https://filesite.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
330 B

# Theme - Manual
文档网站皮肤**Manual**。
## 皮肤特点
* Markdown解析后展示类似Github
* 自动解析Markdown中的标题作目录
* 自适应PC和手机
3 years ago
## conf/app.php配置
```
'content_directory' => 'content/', //内容存放目录
'theme' => 'manual', //皮肤名称
```