siyu/ocotber-theme-builder

OctoberCMS主题构建器,部分模板选择器

dev-master 2018-02-13 11:58 UTC

This package is not auto-updated.

Last update: 2024-09-23 06:50:23 UTC


README

这是一个OctoberCMS的主题构建器。

简介

由于OctoberCMS不支持子主题功能,网络机构通常需要不断维护基础主题,并为客户需求构建基于基础主题的子主题。在这种情况下,网络机构可以保持基础主题整洁且易于维护。

这是一个通过设置配置从您想要的基础主题生成新主题的简单轻量级工具。

如何使用

<?php
require __DIR__ . '/../vendor/autoload.php';

$builder = new \YuBuilder\Builder(__DIR__ . '/../config/template.yaml');
// Build new theme from base theme
$builder->build();

待办事项列表

  1. 合并oc-bootstrapper功能(https://github.com/OFFLINE-GmbH/oc-bootstrapper
  2. 添加模板解析器,使此工具能够向部分、CMS页面添加模块依赖项

贡献

如果您有任何想法或发现任何错误,请为此创建一个问题。