From 6353ffd34bc309c6bdeac8b068df5f1b3a0ae302 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sat, 14 Nov 2015 14:17:18 -0500 Subject: [PATCH] modified: pelicanconf.py --- pelicanconf.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 4f94ff8..a7f3d23 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -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']