2017 © Pedro Peláez
 

library ocotber-theme-builder

A theme builder for OctoberCMS, partial template picker

image

siyu/ocotber-theme-builder

A theme builder for OctoberCMS, partial template picker

  • Tuesday, February 13, 2018
  • by Siyu Qian
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

YuThemeBuilder (October Theme Builder)

This is a theme builder for OctoberCMS., (*1)

INTRODUCTION

Because OctoberCMS does not support a child theme feature. Web agencies usually need to maintain a base theme constantly and build a child theme which based on the base theme for client needs. In this case, web agencies can keep the base theme clean and maintainable., (*2)

This is a simple and lightweight tool to generate a new theme from the base theme you want by setting up the configuration., (*3)

How to use

``` php <?php require DIR . '/../vendor/autoload.php';, (*4)

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

```, (*6)

Todo List

  1. Merge oc-bootstrapper feature (https://github.com/OFFLINE-GmbH/oc-bootstrapper)
  2. Add template parser, make this tool able to add module dependencies to the partials, cms pages

Contribution

If you have any ideas, or find any bugs please create an issue for it., (*7)

The Versions

13/02 2018

dev-master

9999999-dev

A theme builder for OctoberCMS, partial template picker

  Sources   Download

MIT

The Requires

 

by Avatar Siyu Qian