|
|
|
@ -6,13 +6,13 @@ return array(
@@ -6,13 +6,13 @@ return array(
|
|
|
|
|
'default_timezone' => 'Asia/Shanghai', //timezone |
|
|
|
|
|
|
|
|
|
//文档站皮肤 |
|
|
|
|
//'content_directory' => 'content/', //directory of contents in /www/ |
|
|
|
|
'content_directory' => 'content/', //directory of contents in /www/ |
|
|
|
|
//when it's empty, use layout and views in directory views/ |
|
|
|
|
//'theme' => 'manual', //name of theme which is enabled |
|
|
|
|
'theme' => 'manual', //name of theme which is enabled |
|
|
|
|
|
|
|
|
|
//导航站皮肤 |
|
|
|
|
'content_directory' => 'navs/', //directory of contents in /www/ |
|
|
|
|
'theme' => 'webdirectory', |
|
|
|
|
//'content_directory' => 'navs/', //directory of contents in /www/ |
|
|
|
|
//'theme' => 'webdirectory', |
|
|
|
|
|
|
|
|
|
//图片站皮肤 |
|
|
|
|
//'content_directory' => 'girls/', //directory of contents in /www/ |
|
|
|
@ -25,8 +25,10 @@ return array(
@@ -25,8 +25,10 @@ return array(
|
|
|
|
|
'debug' => false, |
|
|
|
|
|
|
|
|
|
//for themes |
|
|
|
|
/* |
|
|
|
|
'googleimage' => [ |
|
|
|
|
'imageHeight' => 350, //图片高度,单位:px |
|
|
|
|
'contact' => 'FileSite图片网站订制联系:<a href="https://filesite.io" target="_blank">FileSite.io</a>', |
|
|
|
|
], |
|
|
|
|
*/ |
|
|
|
|
); |
|
|
|
|