Browse Source

add navs for default theme webdirectory

master
filesite 6 months ago
parent
commit
86584b5f18
  1. 2
      README.md
  2. 8
      conf/app.php
  3. 20
      www/content/Theme_WebDirectory.md
  4. 2
      www/navs/filesite/filesite.url
  5. 2
      www/navs/filesite/herounion.url
  6. 2
      www/navs/filesite/tajian.url

2
README.md

@ -52,7 +52,7 @@ Machete是单入口模式PHP源码,**不支持子目录方式访问**,以下
Machete使用非常简单,一旦部署好之后,以后只需将本地最新内容上传覆盖即可。 Machete使用非常简单,一旦部署好之后,以后只需将本地最新内容上传覆盖即可。
1. 下载Machete源码,并参考[Nginx配置示例](./Nginx.conf.md)部署到你的服务器上; 1. 下载Machete源码,并参考[Nginx配置示例](./conf/nginx_machete.conf)部署到你的服务器上;
说明: 说明:

8
conf/app.php

@ -22,13 +22,13 @@ $configs = array(
//'theme' => 'manual', //name of theme which is enabled //'theme' => 'manual', //name of theme which is enabled
//导航站皮肤 //导航站皮肤
//'content_directory' => 'navs/', //directory of contents in /www/ 'content_directory' => 'navs/', //directory of contents in /www/
//'theme' => 'webdirectory', 'theme' => 'webdirectory',
//图片站皮肤 //图片站皮肤
'content_directory' => 'girls/', //directory of contents in /www/ //'content_directory' => 'girls/', //directory of contents in /www/
//'theme' => 'googleimage', //name of theme which is enabled //'theme' => 'googleimage', //name of theme which is enabled
'theme' => 'beauty', //皮肤美图 //'theme' => 'beauty', //皮肤美图
//视频站皮肤 //视频站皮肤
//'content_directory' => 'videos/', //directory of contents in /www/ //'content_directory' => 'videos/', //directory of contents in /www/

20
www/content/Theme_WebDirectory.md

@ -17,4 +17,22 @@
``` ```
'content_directory' => 'navs/', //内容存放目录 'content_directory' => 'navs/', //内容存放目录
'theme' => 'webdirectory', //皮肤名称 'theme' => 'webdirectory', //皮肤名称
``` ```
## 添加导航网址
进入目录:www/navs/,按照你需要的分类,创建子目录。
例如:**filesite**
再进入子目录filesite,添加导航网址。
导航网址文件.url格式如下:
```
[InternetShortcut]
URL=https://filesite.io/
```
导航网址文件名就是导航链接的名称。

2
www/navs/filesite/filesite.url

@ -0,0 +1,2 @@
[InternetShortcut]
URL=https://filesite.io/

2
www/navs/filesite/herounion.url

@ -0,0 +1,2 @@
[InternetShortcut]
URL=https://herounion.filesite.io/

2
www/navs/filesite/tajian.url

@ -0,0 +1,2 @@
[InternetShortcut]
URL=https://tajian.tv/
Loading…
Cancel
Save