Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sitepilot/child-theme
A WordPress child theme for developing custom websites.
https://github.com/sitepilot/child-theme
astra beaver-builder-theme sitepilot-child-theme
Last synced: about 2 months ago
JSON representation
A WordPress child theme for developing custom websites.
- Host: GitHub
- URL: https://github.com/sitepilot/child-theme
- Owner: sitepilot
- License: gpl-3.0
- Created: 2019-12-09T09:39:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-26T14:29:21.000Z (over 3 years ago)
- Last Synced: 2024-04-18T13:01:09.409Z (9 months ago)
- Topics: astra, beaver-builder-theme, sitepilot-child-theme
- Language: PHP
- Homepage: https://sitepilot.io
- Size: 819 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Child Theme
A WordPress child theme for developing custom websites. This child theme is used to speed up development and integrates with our [Sitepilot](https://github.com/sitepilot/sitepilot) plugin.
## Usage
1. Create a new composer project `composer create-project sitepilot/child-theme `.
2. Modify `style.css` to your needs.
- Optional: replace `astra` with another theme if you would like to use another parent theme.
3. Start compiling scripts and stylesheets: `npm run watch`._This child theme uses [Laravel Mix](https://laravel-mix.com/) for compiling scripts and styles. More information about configuring and using Laravel Mix can be found [here](https://laravel-mix.com/docs/6.0/installation)._