Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonik/child-theme
Child theme boilerplate for Tonik Starter Theme based themes.
https://github.com/tonik/child-theme
wordpress wordpress-child-theme wordpress-development wordpress-theme
Last synced: 12 days ago
JSON representation
Child theme boilerplate for Tonik Starter Theme based themes.
- Host: GitHub
- URL: https://github.com/tonik/child-theme
- Owner: tonik
- License: mit
- Created: 2017-02-12T22:25:08.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-03-13T15:24:36.000Z (over 6 years ago)
- Last Synced: 2024-04-22T21:08:15.674Z (7 months ago)
- Topics: wordpress, wordpress-child-theme, wordpress-development, wordpress-theme
- Language: PHP
- Homepage: http://labs.tonik.pl/theme/
- Size: 50.8 KB
- Stars: 12
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Child Theme for Tonik WordPress Starter Theme
> The `develop` branch tracks starter development and it's not a stable code. If you want a stable version, use the [`master`](//github.com/tonik/child-theme/tree/master) branch or one of the latest [releases](//github.com/tonik/child-theme/releases).
### Child theme boilerplate for Tonik Starter Theme based themes. Makes easy to customize and overwrite parent theme components and provides the same set of tools for child theme development.
### Requirements
Make sure you have all these dependences installed before moving on:
- WordPress >= 4.7
- PHP >= 7.0
- [Composer](https://getcomposer.org)### Documentation
Comprehensive documentation is available at http://labs.tonik.pl/theme/
## Development
By default child theme boilerplate do not comes with any task runner of manager for theme assets. However, if you need it, you can copy relevant Webpack configuration files and settings directly from parent theme.
## Contributing
Great that you are considering supporting the project. You have a lot of ways to help us grow. We appreciate all contributions, even the smallest.
- Report an issue
- Propose a feature
- Send a pull request
- Star project on the [GitHub](https://github.com/tonik/child-theme)
- Tell about project around your community## License
The Tonik Starter Theme is licensed under the [MIT license](http://opensource.org/licenses/MIT).