Skip to content

Commit

Permalink
Fix material theme readme, cc @matuu
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Aug 3, 2015
1 parent e9f7511 commit 8f272bb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Binary file added output/resources/material-theme-navbars.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 12 additions & 12 deletions v7/material-theme/README.md
@@ -1,25 +1,25 @@
# material-theme-nikola
A theme for nikola based on `Bootstrap 3` which lets you use the new [Google Material Design](http://www.google.com/design/spec/material-design/).
A theme for nikola based on Bootstrap 3, which lets you use the new [Google Material Design](http://www.google.com/design/spec/material-design/).

Based on [bootstrap-material-design](https://github.com/FezVrasta/bootstrap-material-design). See [demo](http://matuu.github.io/material-theme-nikola/).
Based on [bootstrap-material-design](https://github.com/FezVrasta/bootstrap-material-design).

## Customization

#### Navbar's color schema
#### Navbar color scheme

In conf.py file:
In conf.py:

GLOBAL_CONTEXT = {
'header_color': 'default'
GLOBAL_CONTEXT = {
'header_color': 'default'
}

Options available:

* default or primary
* success
* info
* warning
* danger
* `default` or `primary`
* `success`
* `info`
* `warning`
* `danger`

![headers examples](https://github.com/matuu/material-theme-nikola/blob/master/screenshots/navbars.png)
![headers examples](https://themes.getnikola.com/resources/material-theme-navbars.png)

0 comments on commit 8f272bb

Please sign in to comment.