spencer-mortensen / theme
为您的网站构建主题
0.0.9
2024-01-02 04:02 UTC
Requires
- php: >=7.0
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');