diff --git a/conf/app.php b/conf/app.php index 1c08862..1ac9812 100644 --- a/conf/app.php +++ b/conf/app.php @@ -5,13 +5,13 @@ return array( 'default_timezone' => 'Asia/HonKong', //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 //in developing - 'content_directory' => 'dogs/', //directory of contents in /www/ - 'theme' => 'googleimage', //name of theme which is enabled + //'content_directory' => 'dogs/', //directory of contents in /www/ + //'theme' => 'googleimage', //name of theme which is enabled 'default_layout' => 'main', //default layout 'error_layout' => 'error', //exception layout, show error title and content diff --git a/themes/manual/views/layout/main.php b/themes/manual/views/layout/main.php index 94ec6d3..c5a11fd 100644 --- a/themes/manual/views/layout/main.php +++ b/themes/manual/views/layout/main.php @@ -1,14 +1,19 @@ - + <?php echo $pageTitle;?> + - + @@ -30,6 +35,6 @@ include_once $viewFile; - + diff --git a/www/content/README.md b/www/content/README.md index 042eda7..e4e522f 100644 --- a/www/content/README.md +++ b/www/content/README.md @@ -1,18 +1,24 @@ # filesite.io - 无数据库、基于文件和目录的Markdown文档、网址导航、图书、图片、视频网站PHP开源系统 ![Filesite.io - Machete](./machete_icon.png) -## 简介 -项目名称:**filesite.io** +Markdown及其编辑器的普及,以及类似Jekyll以文件为基础的博客系统的出现,为博主们提供了一种更为专注的写作方式, +在自己的电脑本地且不必联网的情况下就能创作,不再依赖于像WordPress这类系统后台。 -项目介绍: +对于喜欢写作的创作者们,显然已经从Markdown的使用中由原来的在线编辑转为本地编辑获得了更高的自由度和效率, +除了博客,放眼到其它行业,基于文件、目录就能管理内容的典型还有代码托管(如Github)、网盘和云存储(如iCloud), +那我们何不把这个成功的经验推广到更多的内容创作领域,如:小说、摄影、播客,帮助创作者简化将内容制作成网站的工作, +于是FileSite.io诞生了。 + + +## 愿景 为**进一步降低**内容分享者、内容创作者把内容变成网站的**门槛**, 以常见的本地磁盘目录+文件的形式作为网站数据来源, 修改磁盘文件内容上传到服务器就可以生成网页, 让大家更易于同时维护本地和网站的内容。 -目标用户: +FileSite.io希望帮助到他们: * 经常用Markdown写文档/文章的朋友 * 网址导航站经营者、收藏夹/网址分享者 * 小说网站经营者、小说创作者、博客主、作家、自媒体人 diff --git a/www/favicon.ico b/www/favicon.ico index e69de29..57b22fa 100644 Binary files a/www/favicon.ico and b/www/favicon.ico differ