update readme (add HEAD_COLOR option)
This commit is contained in:
parent
58e57c3bab
commit
081b418aa9
10
README.md
10
README.md
@ -18,6 +18,16 @@ To define custom header cover, set the property ``HEADER_COVER`` in ``pelicancon
|
||||
HEADER_COVER = 'static/my_image.png'
|
||||
```
|
||||
|
||||
### Header Color
|
||||
|
||||
To define a simple header background color, set the property ``HEADER_COLOR`` in ``pelicanconf.py``:
|
||||
|
||||
```python
|
||||
HEADER_COLOR = 'black'
|
||||
```
|
||||
|
||||
you can use any valid css color.
|
||||
|
||||
### Social URLs
|
||||
|
||||
Github, Twitter and Facebook URLs set these properties:
|
||||
|
Loading…
Reference in New Issue
Block a user