update readme (add HEAD_COLOR option)

This commit is contained in:
Diego Garcia 2016-02-22 10:22:01 -03:00 committed by Diego Garcia
parent 58e57c3bab
commit 081b418aa9

View File

@ -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: