Skip to content

A simple dark theme based on Bulma CSS framework for SilverStripe 4.

License

Notifications You must be signed in to change notification settings

robertvanlienden/silverstripe-bulma-dark-theme

Repository files navigation

SilverStripe Bulma Dark Theme

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.

Screenshot SilverStripe Bulma Dark Theme

Requirements

Installation

  • SilverStripe 4 & 5

Development

  • Node Package Manager (npm)
  • Node Version Manager (nvm)

Installation

  • 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'

Developing

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.

Build

Want to make a JS/CSS build for production? Just run; npm make build and let gulp compile the production assets.

License

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).

Issue/PR

Feel free to make some issue/PR if you find issues/bugs/improvements.

Donations

Do you want to thank me for making this SilverStripe theme?

Please donate to me with PayPal! You can donate on Paypal.me/robertvanlienden.