summaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index a3ca2d2..e24a3e7 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -4,6 +4,9 @@ from __future__ import unicode_literals
AUTHOR = u'David Robillard'
SITENAME = u'LV2'
+SITELOGO = 'images/logo.png'
+SITELOGO_WIDTH = '75'
+SITELOGO_HEIGHT = '48'
SITEURL = ''
PATH = 'content'
@@ -41,6 +44,8 @@ DISPLAY_CATEGORIES_ON_MENU = False
DEFAULT_PAGINATION = False
+GITHUB_URL = 'http://github.com/drobilla/lv2'
+
# Uncomment following line if you want document-relative URLs when developing
RELATIVE_URLS = True