Build a theme for your website

0.0.9 2024-01-02 04:02 UTC

This package is auto-updated.

Last update: 2024-05-01 00:14:10 UTC


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');