Browse Source

Readme update

master
filesite 3 years ago
parent
commit
dc5d501bba
  1. 8
      conf/app.php
  2. 11
      themes/manual/views/layout/main.php
  3. 14
      www/content/README.md
  4. BIN
      www/favicon.ico

8
conf/app.php

@ -5,13 +5,13 @@
return array( return array(
'default_timezone' => 'Asia/HonKong', //timezone '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/ //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 //in developing
'content_directory' => 'dogs/', //directory of contents in /www/ //'content_directory' => 'dogs/', //directory of contents in /www/
'theme' => 'googleimage', //name of theme which is enabled //'theme' => 'googleimage', //name of theme which is enabled
'default_layout' => 'main', //default layout 'default_layout' => 'main', //default layout
'error_layout' => 'error', //exception layout, show error title and content 'error_layout' => 'error', //exception layout, show error title and content

11
themes/manual/views/layout/main.php

@ -1,14 +1,19 @@
<!DocType html> <?php
//常用方法
require_once __DIR__ . '/../../../../plugins/Html.php';
?><!DocType html>
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title><?php echo $pageTitle;?></title> <title><?php echo $pageTitle;?></title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<link rel="icon" type="image/x-icon" href="favicon.ico?v1.0">
<link href="/css/main.css?v.1.1" rel="stylesheet"> <link href="/css/main.css?v.1.1" rel="stylesheet">
<!--for theme manual--> <!--for theme manual-->
<link href="/css/github-markdown-light.css" rel="stylesheet"> <link href="/css/github-markdown-light.css" rel="stylesheet">
<link href="/css/manual.css?v<?=time()?>" rel="stylesheet"> <link href="/css/manual.css?v<?=Html::getStaticFileVersion('manual.css', 'css')?>" rel="stylesheet">
</head> </head>
<body> <body>
@ -30,6 +35,6 @@ include_once $viewFile;
<script src="/js/js.cookie.min.js"></script> <script src="/js/js.cookie.min.js"></script>
<script src="/js/main.js?v.1.0"></script> <script src="/js/main.js?v.1.0"></script>
<!--for theme manual--> <!--for theme manual-->
<script src="/js/manual.js?v<?=time()?>"></script> <script src="/js/manual.js?v<?=Html::getStaticFileVersion('manual.js', 'js')?>"></script>
</body> </body>
</html> </html>

14
www/content/README.md

@ -1,18 +1,24 @@
# filesite.io - 无数据库、基于文件和目录的Markdown文档、网址导航、图书、图片、视频网站PHP开源系统 # filesite.io - 无数据库、基于文件和目录的Markdown文档、网址导航、图书、图片、视频网站PHP开源系统
![Filesite.io - Machete](./machete_icon.png) ![Filesite.io - Machete](./machete_icon.png)
## 简介
项目名称:**filesite.io** Markdown及其编辑器的普及,以及类似Jekyll以文件为基础的博客系统的出现,为博主们提供了一种更为专注的写作方式,
在自己的电脑本地且不必联网的情况下就能创作,不再依赖于像WordPress这类系统后台。
项目介绍: 对于喜欢写作的创作者们,显然已经从Markdown的使用中由原来的在线编辑转为本地编辑获得了更高的自由度和效率,
除了博客,放眼到其它行业,基于文件、目录就能管理内容的典型还有代码托管(如Github)、网盘和云存储(如iCloud),
那我们何不把这个成功的经验推广到更多的内容创作领域,如:小说、摄影、播客,帮助创作者简化将内容制作成网站的工作,
于是FileSite.io诞生了。
## 愿景
为**进一步降低**内容分享者、内容创作者把内容变成网站的**门槛**, 为**进一步降低**内容分享者、内容创作者把内容变成网站的**门槛**,
以常见的本地磁盘目录+文件的形式作为网站数据来源, 以常见的本地磁盘目录+文件的形式作为网站数据来源,
修改磁盘文件内容上传到服务器就可以生成网页, 修改磁盘文件内容上传到服务器就可以生成网页,
让大家更易于同时维护本地和网站的内容。 让大家更易于同时维护本地和网站的内容。
目标用户 FileSite.io希望帮助到他们
* 经常用Markdown写文档/文章的朋友 * 经常用Markdown写文档/文章的朋友
* 网址导航站经营者、收藏夹/网址分享者 * 网址导航站经营者、收藏夹/网址分享者
* 小说网站经营者、小说创作者、博客主、作家、自媒体人 * 小说网站经营者、小说创作者、博客主、作家、自媒体人

BIN
www/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 15 KiB

Loading…
Cancel
Save