Advertising sustains the DA. Ads are hidden for members. Join today

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.sh or bash subtheme/create_subtheme.sh
  • In case you have problems change permissions to shell script chmod +x subtheme/create_subtheme.sh and 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: