By Robert van Lienden (https://www.robertvanlienden.nl - Twitter @Robertvlienden)
This theme is a great start if you want to use Bulma CSS Framework for your SilverStripe site.
- SilverStripe 4 & 5
- Node Package Manager (npm)
- Node Version Manager (nvm)
composer require robertvanlienden/silverstripe-bulma-dark-theme
- Change your
app/_config/theme.yml
to:
---
Name: mytheme
---
SilverStripe\View\SSViewer:
themes:
- '$public'
- 'silverstripe-bulma-dark-theme'
- '$default'
Make sure you got the development requirements and start developing with the following commands:
cd <path to this theme>
nvm use
npm install
npm run watch
Now Gulp is watching for JS/SCSS changes in the src folder.
Want to make a JS/CSS build for production? Just run;
npm make build
and let gulp compile the production assets.
This theme is published under MIT License. Reuse, edit, modify, sell, do whatever you want with this base template.
If you use this theme commercial and make money with this theme, please be kind and do a donation with PayPal (see Donations below).
Feel free to make some issue/PR if you find issues/bugs/improvements.
Do you want to thank me for making this SilverStripe theme?
Please donate to me with PayPal! You can donate on Paypal.me/robertvanlienden.