An open API service indexing awesome lists of open source software.

https://github.com/ideasonpurpose/wp-theme-boilerplate

IOP's foundation for building WordPress themes.
https://github.com/ideasonpurpose/wp-theme-boilerplate

wordpress

Last synced: about 2 months ago
JSON representation

IOP's foundation for building WordPress themes.

Awesome Lists containing this project

README

          

# wp-theme-boilerplate

IOP's foundation for building WordPress themes.

This repository seeks to provide a common set of starting files for our custom themes. This should include repeated patterns and re-usable solutions, with the expectation that delivered themes will build a custom look and feel on top of this foundation.

## Getting started

This repository does not include tooling or specify any dependencies, however it will require several PHP libraries to work correctly.

Rather than cloning this, the best way to get started is to run the init command from our [ideasonpurpose/wordpress](https://hub.docker.com/r/ideasonpurpose/wordpress) Docker image which will generate a complete, ready-to-use development environment around this boilerplate including tooling and dependencies.