spencer-mortensen / theme
Build a theme for your website
0.0.9
2024-01-02 04:02 UTC
Requires
- php: >=7.0
README
This project is available as a Composer package:
spencer-mortensen/theme
Usage:
$theme = new Theme($sitePath, $siteUrl);
$values = new Values();
$values->set('canonicalUrl', $canonicalUrl);
$theme->apply('theme/page', $values);
$theme->apply('theme/site', $values);
echo $values->get('html');