https://github.com/tristanbes/wordpress-boilerplate
Illustration of a cleaner structure for WordPress projects
https://github.com/tristanbes/wordpress-boilerplate
wordpress
Last synced: 11 months ago
JSON representation
Illustration of a cleaner structure for WordPress projects
- Host: GitHub
- URL: https://github.com/tristanbes/wordpress-boilerplate
- Owner: tristanbes
- Created: 2019-04-09T14:36:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T08:53:11.000Z (about 7 years ago)
- Last Synced: 2024-10-19T17:33:32.167Z (over 1 year ago)
- Topics: wordpress
- Language: PHP
- Homepage: https://devops-life.com/blog/2019/04/08/state-of-wordpress-in-2019
- Size: 166 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordPress boilerplate
This project is here to illustrate almost everything I'm talking inside my blog post:
**[How not to be depressed when working with WordPress, A 2019 sane vision for a cleaner architecture](https://devops-life.com/blog/2019/04/10/state-of-wordpress-in-2019/)**
You can find inside this repository examples of
- The Bedrock structure
- Environment variables
- PHP-CS-Fixer pre-configured and ready to use
- Usage of [`yProx-CLI`](https://github.com/Yproximite/yProx-cli) to lint & build JS, CSS and images
- Usage of Timber, which allow to user Twig as a templating system. See their [Sarter theme there](https://github.com/timber/starter-theme)