Files
IvolutionWebsite/Website/pelicanconf.py

39 lines
1.3 KiB
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*- #
AUTHOR = u"Julien Lengrand-Lambert"
SITENAME = u"Ivolution"
SITEURL = 'localhost'
TIMEZONE = 'Europe/Amsterdam'
DEFAULT_LANG = 'en'
# Blogroll
LINKS = (('Python.org', 'http://python.org'),
('OpenCV', 'http://opencv.willowgarage.com/wiki/'),
('WxPython', 'http://wxpython.org/'),
('About me', 'http://www.lengrand.fr'),)
PAGELINKS = (('Ivolution Project', 'Ivolution.html'),
('1 minute kick-off', 'OneMinuteTutorial.html'),
('Downloads', 'Downloads.html'),
('Installation', 'Installation.html'),
('Main Interface', 'MainInterface.html'),
('Settings', 'Settings.html'),
('Future Developments', 'FutureDevelopments.html'),
('About', 'About.html'),)
# Social widget
SOCIAL = (('twitter', 'https://twitter.com/jlengrand'),
('Google+', 'https://plus.google.com/u/0/107343304730454368817/posts'),
('Github', 'https://github.com/jlengrand'),
('Stack Overflow', 'http://stackoverflow.com/users/282677/jlengrand'),
('linkedin', 'http://nl.linkedin.com/pub/julien-lengrand-lambert/14/660/551/en'),)
DEFAULT_PAGINATION = False
NEWEST_FIRST_ARCHIVES = False
THEME = "ivolution"
#theme folder = /home/test/.virtualenvs/pelican/local/lib/python2.7/site-packages/pelican/themes/svbtle' ...