modified: pelicanconf.py

This commit is contained in:
Russell Ballestrini 2015-11-14 14:17:18 -05:00
parent 137ee7d711
commit 6353ffd34b

View file

@ -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']