Add favicon.

This commit is contained in:
Alexandre Vicenzi 2015-07-20 02:04:44 -03:00
parent c6255cf531
commit f1a8629ade
2 changed files with 7 additions and 1 deletions

View file

@ -46,12 +46,14 @@ See what you can customize.
### Example
```python
AUTHOR = 'Foo Bar'
SITEURL = 'http://yoursite.com'
SITENAME = 'Foo Bar's Blog'
SITETITLE = 'Foo Bar'
SITESUBTITLE = 'Web Developer'
SITEDESCRIPTION = 'Foo Bar\'s Thoughts and Writings'
SITELOGO = 'http://yoursite.com/img/profile.png'
FAVICON = SITEURL + '/images/favicon.ico'
ROBOTS = 'index, follow'
COPYRIGHT_YEAR = 2015
CC_LICENSE = { 'name': 'Creative Commons Attribution-ShareAlike', 'version':'4.0', 'slug': 'by-sa') }