tacowordpress / taco-theme
WordPress 的一个裸主题,使用 TacoWordPress
dev-master
2017-02-16 18:45 UTC
Requires
- php: >= 5.4
This package is auto-updated.
Last update: 2024-09-23 17:00:03 UTC
README
--- # Taco Theme > _Always start with a shell._ | 使用 [tacowordpress](https://github.com/tacowordpress/tacowordpress) 的 WordPress 裸主题将 taco-wordpress 安装到主题中可以通过以下两种方式之一完成:
- 使用 taco-installer,或者
- 按照以下说明,手动将此 Taco 主题安装到 WordPress 实例中
手动将 Taco 主题安装到 WordPress 实例中
不使用 taco-installer
要求
安装 / 入门
在已设置 WordPress 实例的情况下,在主题中创建一个新目录,命名为 taco-theme。下载此 taco-theme,并将 /src 中的所有内容复制/粘贴到新的 WordPress taco-theme 目录中。
然后,
进入 taco-theme 的 /app/core
目录,在你的 WordPress 实例中,并运行 composer install
这将安装 tacowordpress 和在此级别上 composer.json 文件中指定的所有其他 composer 依赖项。
有关如何使用 taco-wordpress 的信息,请参阅 repo。有关完整文档,请参阅 wiki。
在主题内部运行任务
有关所有前端相关任务,包括:编译、入口点、压缩,请参阅主题的 README.md 文件。