boehsermoe / luya-themecollection
该软件包最新版本(1.0.0)没有提供许可证信息。
1.0.0
2021-07-10 09:17 UTC
Requires
- luyadev/luya-module-cms: >=3.0
Requires (Dev)
- luyadev/luya-testsuite: ^1.0
- twbs/bootstrap: ^4.0
- unglue/client: ^1.4
This package is auto-updated.
Last update: 2024-09-26 16:35:25 UTC
README
LUYA 主题
这是一个包含一些在不同主题间共享的块(blocks)的 LUYA 主题集合。
前端目录(`frontend`)包含基本块和共享视图,而在主题目录(`themes`)中只包含特定于主题的内容,如布局、CSS 和一些块视图覆盖。
安装
安装模块需要 composer
composer require luyadev/luya-themes:^1.0
初始化
安装和配置成功后,在管理员区域的 设置 > 主题 下激活一个主题。所有安装的主题都将在此列出,您可以选择您的活动主题。
更多信息请参阅 https://luya.io/guide/app/themes.html。
可用的主题
- Escape Velocity themes/escapeVelocity
- Forty themes/forty
- Strata themes/strata
开发者
如果您想做出贡献,请确保阅读以下指南:https://luya.io/guide/dev/guideline.html。