entidi / silverstrap
A Silverstripe theme based on Bootstrap front end framework
Installs: 1 382
Dependents: 1
Suggesters: 6
Security: 0
Stars: 11
Watchers: 3
Forks: 2
Open Issues: 0
Language:Scheme
Type:silverstripe-theme
Requires
Suggests
- entidi/silverstripe-autotoc: A module compatible with Silverstrap that automatically generates table of contents
- entidi/silverstripe-carousel: A carousel page type supported out of the box by Silverstrap
- entidi/silverstripe-gallery: A gallery page type supported out of the box by Silverstrap
- dev-master
- 4.0.0
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.4.3
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 1.0.0-RC2
- dev-dev
- dev-ss4-bs3
- dev-ss3-bs3
- dev-ss3
- dev-bootstrap2
- dev-master-1.0
- dev-ss3-bs2
This package is auto-updated.
Last update: 2024-11-17 12:12:00 UTC
README
A Silverstripe theme based on the Bootstrap front-end framework. It should work out of the box on basic sites, i.e. by installing and enabling it you should already see how it looks a Silverstrap based website.
The ss3-bs2
branch is unmaintained and it is based on Silverstripe 3
and Bootstrap 2. The ss3-bs3
branch is unmaintained and it is based on
Silverstripe 3 and Bootstrap 3. The ss4-bs3
branch is in maintenance
mode and it is based on Silverstripe 4 and Bootstrap 3.
The master
and dev
branches are currently developed and target
Silverstripe 5 and Bootstrap 3.
Installation
composer require entidi/silverstrap
Features
- No dependency on SASS/LESS/whatever.
- Out of the box support for Silverstripe blog and comments module.
- Out of the box support for dynamically generated tables of contents. If you install the silverstripe-autotoc module, Silverstrap will generate on the fly the table of contents of the current page (if possible) and it will present it in a .navlist on the right side. Your site will gain table of contents for free.
- Out of the box support for the silverstripe-carousel module.
- Out of the box support for the silverstripe-gallery module.
- Proper support for menu with pages nested at arbitrary levels.
- Quite extensible and customizable. This can be done by overriding the default implementation instead of editing it: check the section Overriding Silverstrap for further details.
- Different components inclusion methods. By default external components (such as JQuery and Bootstrap) are fetched from the jsdelivr CDN network but a couple of alternate methods are provided. See the section External dependencies for details.
- JavaScript configuration can be overriden: see Customizing JavaScript modules.