Files
IvolutionWebsite/Website/pelicanconf.py

27 lines
730 B
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 = (('Pelican', 'http://docs.notmyidea.org/alexis/pelican/'),
('Python.org', 'http://python.org'),
('Jinja2', 'http://jinja.pocoo.org'),
('You can modify those links in your config file', '#'),)
# Social widget
SOCIAL = (('You can add links in your config file', '#'),
('Another social link', '#'),)
DEFAULT_PAGINATION = False
NEWEST_FIRST_ARCHIVES = False
THEME = "ivolution"
#theme folder = /home/test/.virtualenvs/pelican/local/lib/python2.7/site-packages/pelican/themes/svbtle' ...