tacowordpress / taco-theme
A bare theme for WordPress that uses TacoWordPress
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 1
Open Issues: 5
Language:JavaScript
Requires
- php: >= 5.4
This package is auto-updated.
Last update: 2024-12-23 17:27:02 UTC
README
--- # Taco Theme > _Always start with a shell._ | A bare theme for WordPress that uses [tacowordpress](https://github.com/tacowordpress/tacowordpress)Installing tacowordpress into the theme can be done in 1 of 2 ways,
- using the taco-installer, or
- manually installing this Taco Theme to a WordPress instance by following the instructions below:
Manually Installing Taco Theme to a WordPress instance
without the taco-installer
Requirements
Installing / Getting started
With a WordPress instance already setup, create a new directory in the theme and call it taco-theme. Download this taco-theme, and copy/paste all the contents from /src into the new WordPress taco-theme directory.
Next,
cd into the taco-theme's /app/core
directory, in your WordPress instance, and run composer install
This will install tacowordpress and all other composer-specified dependencies on the composer.json
file at this level.
For information on how to use tacowordpress, check out the repo. For complete documentation, see the wiki.
Running tasks inside the theme
For all frontend-related tasks, including: compiling, entrypoints, minification, see the theme's README.md file.