Skip to content

Commit eb64acc

Browse files
committed
My first commit of theme
0 parents  commit eb64acc

36 files changed

+10935
-0
lines changed

.gitignore

Whitespace-only changes.

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Using the Simple theme
2+
3+
* Copy the theme into the `themes/` directory of your SilverStripe project. If you've named it correctly, there should be a directory called `themes/simple/templates`.
4+
5+
* Add the following to your `mysite/_config.php` file. Remove any existing `SSViewer::set_theme` lines.
6+
7+
SSViewer::set_theme("sitetools");
8+
HtmlEditorConfig::get('cms')->setOption('theme_advanced_styles', 'highlight=highlight;no-border=no-border,break=break');

composer.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "silverstripe/bootstrap-base",
3+
"description": "The SilverStripe bootstrap base theme",
4+
"type": "silverstripe-theme",
5+
"keywords": ["silverstripe", "theme"],
6+
"license": "BSD-3-Clause",
7+
"authors": [
8+
{
9+
"name": "Robin Gorry)",
10+
"homepage": "http://www.sitetools.co.nz"
11+
}
12+
],
13+
"require": {
14+
"composer/installers": "*",
15+
"silverstripe/framework": ">=3.0"
16+
}
17+
}

css/bootstrap-theme.css

Lines changed: 442 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap-theme.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap-theme.min.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)