In order to make changes to this theme change the details in the /varations folder that coorisponds to this theme.
Then re-run the build-variations.mjs
script via the command npm run build:variations
in the root of the /themes project.
The first level of folders coorispond to the Blockbase theme that will be used as the SOURCE of the variation.
The second level of folders coorispond to the Blockbase theme that will be created as the variation.
For example:
/variations
/geologist
/geologist-banana
For a variation in that folder /variations/geologist/geologist-banana
/geologist
will be copied to /geologist-banana
./variations/geologist/geologist-banana
will be copied to /geologist-banana
/geologist
and /variations/geologist/geologist-banana
will be merged.Any resource in the /variations folder will replace the resources in the source theme (with the exception of theme.json);