@ -105,6 +105,11 @@ git clone https://git.filesite.io/filesite/machete.git
https://git.filesite.io/filesite/machete/archive/master.zip
```
* 从dockerhub下载镜像:
docker pull filesite/machete
## 皮肤下载
@ -12,3 +12,11 @@
* 图片下方展示标题,标题不换行,超出部分自动隐藏
* 顶部展示一行分类,可左右滑动以展示更多分类
* 顶部展示网站名称、logo及介绍内容,介绍内容以悬浮菜单方式展示
## conf/app.php配置
'content_directory' => 'girls/', //内容存放目录
'theme' => 'googleimage', //皮肤名称
@ -8,3 +8,11 @@
* Markdown解析后展示类似Github
* 自动解析Markdown中的标题作目录
* 自适应PC和手机
'content_directory' => 'content/', //内容存放目录
'theme' => 'manual', //皮肤名称
@ -9,3 +9,12 @@
* 支持根目录下用Readme_sort.txt描述文件指定一级目录排序
* 支持根目录下用Readme_contact.txt描述文件指定“联系我”内容
'content_directory' => 'navs/', //内容存放目录
'theme' => 'webdirectory', //皮肤名称