为您的网站构建主题

0.0.9 2024-01-02 04:02 UTC

This package is auto-updated.

Last update: 2024-08-31 00:46:12 UTC


README

此项目可作为Composer包使用
spencer-mortensen/theme

用法

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