mirror of
https://github.com/jlengrand/IvolutionWebsite.git
synced 2026-03-10 08:31:18 +00:00
27 lines
730 B
Python
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' ... |