robertvanlienden/silverstripe-bulma-dark-theme

A simple SilverStripe dark theme based on the Bulma CSS Framework

Installs: 42

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

Type:silverstripe-theme

v1.4 2021-05-18 08:05 UTC

This package is auto-updated.

Last update: 2024-03-18 14:06:10 UTC


README

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

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.