Skip to content

skydiver/october-theme-blank-mdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blank-Material-Design-Lite

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://code.getmdl.io/1.2.1/material.teal-red.min.css" />

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published