https://github.com/stoutlogic/understory-site
A boilerplate package for a WordPress site using Understory
https://github.com/stoutlogic/understory-site
Last synced: 4 months ago
JSON representation
A boilerplate package for a WordPress site using Understory
- Host: GitHub
- URL: https://github.com/stoutlogic/understory-site
- Owner: StoutLogic
- Created: 2015-12-02T05:33:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T04:35:12.000Z (over 9 years ago)
- Last Synced: 2025-01-10T11:40:42.160Z (5 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Understory Site
### A boilerplate package for a WordPress site using Understory.Utilizies the [stoutlogic/local-wordpress-theme-repository](https://github.com/StoutLogic/local-wordpress-theme-repository) composer plugin to create the local composer package repository for your theme, allowing you to maintain your theme outside the scope of the WordPress install.
## Create Project
```
composer create-project stoutlogic/understory-site .
composer run-script theme-init
```## Optional Setup
### Install WP-CLI Deploy
```
composer run-script install-wp-deploy
```