A blank theme for OctoberCMS with Material Design Lite framework.
Installation
$ php artisan theme:install martin.blank-material-design-lite [theme]
Replace [theme]
with the name of your theme.
Using the theme
$ php artisan theme:use [name]
Where [name]
is whatever you specified in theme:install
.
Framework Documentation
First, you can check the available components and styles.
Customize
You can customize the colors palette with the Theme Builder.
Open template file and replace the next line with the new css:
<link rel="stylesheet" href="{{ ['assets/css/material.teal-red.min.css', 'assets/css/styles.css']|theme }}">
Alternatively, you can point to the generated CSS file hosted on Material Design Lite CDN:
<link rel="stylesheet" href="https://storage.googleapis.com/code.getmdl.io/1.0.5/material.indigo-purple.min.css" />
-
This theme has not been reviewed yet.
-
1.0.3 |
Updated to Material Design Lite v1.2.1 Sep 16, 2016 |
---|---|
1.0.2 |
Updated to Material Design Lite v1.1.3 May 08, 2016 |
1.0.1 |
Updated to Material Design Lite v1.0.6 Dec 21, 2015 |
1.0.0 |
Initial release of Blank Material Design Lite Theme. Oct 19, 2015 |