1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tools/templates/pelicanconf.py.in
2013-04-11 16:12:55 -07:00

25 lines
651 B
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*- #
AUTHOR = $author
SITENAME = $sitename
SITEURL = ''
TIMEZONE = 'Europe/Paris'
DEFAULT_LANG = $lang
# 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 = $default_pagination
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True