modified: pelicanconf.py
This commit is contained in:
parent
137ee7d711
commit
6353ffd34b
1 changed files with 6 additions and 1 deletions
|
|
@ -4,7 +4,8 @@ from __future__ import unicode_literals
|
|||
|
||||
AUTHOR = u'Russell Ballestrini'
|
||||
SITENAME = u'Russell Ballestrini'
|
||||
SITEURL = ''
|
||||
SITEURL = 'http://127.0.0.1:8000'
|
||||
#SITEURL = 'https://russell.ballestrini.net'
|
||||
|
||||
THEME='pelican-themes/svbhack'
|
||||
#THEME='pelican-themes/svbtle'
|
||||
|
|
@ -12,6 +13,10 @@ THEME='pelican-themes/svbhack'
|
|||
#THEME='pelican-themes/mediumfox'
|
||||
#THEME='pelican-themes/pure'
|
||||
|
||||
# Theme specific
|
||||
USER_LOGO_URL = 'https://lh3.googleusercontent.com/-uAPZy7NmmP0/AAAAAAAAAAI/AAAAAAAAAnI/iG2P43gCL2U/s125-c/photo.jpg'
|
||||
TAGLINE = 'Builds Products'
|
||||
|
||||
PATH = 'content'
|
||||
|
||||
STATIC_PATHS = ['uploads']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue