This is a starter child theme of droopler_theme
, you may use it as a derivative with your own overrides.
Assume your new theme will be called foobar
.
- Copy and rename
STARTERKIT_CSS
to your custom theme location, likeweb/themes/custom/foobar
. - Change all
STARTERKIT
references tofoobar
(including content and file names). - Change
STARTERKIT.rename.yml
tofoobar.info.yml
.
And that's it! Your theme is visible on Appearance
admin page.
You can add your own CSS styles in build/css/main.style.css
file.
You can add custom JavaScript code in build/js/main.script.js
file.