On this page
QuickStart (Subtheme)
Last updated on
3 July 2022
To create a subtheme:
- You can create a subtheme through a shell script.
- Navigate to the "themes/contrib/da_vinci" folder.
- Run:
./subtheme/create_subtheme.shorbash subtheme/create_subtheme.sh - In case you have problems change permissions to shell script
chmod +x subtheme/create_subtheme.shand run again. - The script will ask a series of configuration questions and then create your subtheme.
- If you don't already have a "themes/custom" folder, it will create one, then place your subtheme there.
From the subtheme folder:
- Install dependencies:
npm install
Update line#23 of the gulpfile.js file with your own domain.
var path = 'localhost'Execution
Just run gulp list
Help improve this page
Page status: No known problems
You can:
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion