alialamshahi / tino
干净响应式商业 SilverStripe 模板
dev-master
2016-05-24 21:22 UTC
Requires
- silverstripe/cms: >=3.0
- silverstripe/framework: >=3.0
This package is not auto-updated.
Last update: 2024-10-02 08:53:49 UTC
README
一个干净的响应式 SilverStripe 模板
#功能
- 首页轮播展示您的项目。
- 基于 Bootstrap 3
- 完全响应式。
- 为使用 UserForms 创建的表单输入提供样式。
- 在首页布局中为特色内容和标题提供特殊字段。
- 在 ShowCase 布局(作为首页的子级)中提供特殊字段,以图标形式展示您的服务区域。
预览
预览也包含在 tino 模板根目录下的 Preview
文件夹中。
- https://raw.githubusercontent.com/alialamshahi/SilverStripe-Tino/master/themes/tino/Preview/homepage-june-19-2015-v1.jpg
- https://raw.githubusercontent.com/alialamshahi/SilverStripe-Tino/master/themes/tino/Preview/page-june-19-2015-v1.jpg
- https://raw.githubusercontent.com/alialamshahi/SilverStripe-Tino/master/themes/tino/Preview/page-mobile-june-19-2015-v1.jpg
版本历史
v1.1 (29 Dec 2015)
- 新增:在 CMS 内管理首页滑块
v1.0 (20 Jun 2015)
- 首次提交
安装模板
-
将文件复制到您的 SilverStripe 项目根目录。
-
将以下内容添加到您的
mysite/_config.php
文件中。删除任何现有的SSViewer::set_theme
行,并用以下行替换SSViewer::set_theme("tino");
-
在 SilverStripe 中更新当前主题也可以通过在网站配置面板中更改当前主题来实现(http://yoursite.com/admin/settings)。
-
别忘了显式创建数据库表,并调用
yoursite.com/dev/build?flush=1
来刷新缓存。