Add favicon.
This commit is contained in:
parent
c6255cf531
commit
f1a8629ade
2 changed files with 7 additions and 1 deletions
|
@ -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') }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue