Skip to content

Commit 8f272bb

Browse files
committedAug 3, 2015
Fix material theme readme, cc @matuu
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent e9f7511 commit 8f272bb

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed
 
203 KB
Loading

‎v7/material-theme/README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
# material-theme-nikola
2-
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/).
2+
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/).
33

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

66
## Customization
77

8-
#### Navbar's color schema
8+
#### Navbar color scheme
99

10-
In conf.py file:
10+
In conf.py:
1111

12-
GLOBAL_CONTEXT = {
13-
'header_color': 'default'
12+
GLOBAL_CONTEXT = {
13+
'header_color': 'default'
1414
}
1515

1616
Options available:
1717

18-
* default or primary
19-
* success
20-
* info
21-
* warning
22-
* danger
18+
* `default` or `primary`
19+
* `success`
20+
* `info`
21+
* `warning`
22+
* `danger`
2323

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

0 commit comments

Comments
 (0)
Please sign in to comment.