tacowordpress/taco-theme

WordPress 的一个裸主题,使用 TacoWordPress

安装: 7

依赖: 0

建议者: 0

安全: 0

星星: 0

关注者: 8

分支: 1

开放问题: 5

语言:JavaScript

dev-master 2017-02-16 18:45 UTC

This package is auto-updated.

Last update: 2024-09-23 17:00:03 UTC


README

Taco Theme Logo

--- # Taco Theme > _Always start with a shell._ | 使用 [tacowordpress](https://github.com/tacowordpress/tacowordpress) 的 WordPress 裸主题

将 taco-wordpress 安装到主题中可以通过以下两种方式之一完成:

  1. 使用 taco-installer,或者
  2. 按照以下说明,手动将此 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 文件