1
0
Fork 0
forked from github/pelican
pelican-theme/samples/test_settings.py
2010-08-18 15:10:43 +02:00

18 lines
684 B
Python

# -*- coding: utf-8 -*-
BLOGNAME = 'NotMyIdea.org'
BLOGSUBTITLE = u"Alexis Métaireau's weblog"
BLOGURL = 'http://blog.notmyidea.org'
BLOGROLL = (('Biologeek', 'http://biologeek.org'),
('Filyb', "http://filyb.info/"),
('Libert-fr', "http://www.libert-fr.com"),
('N1k0', "http://prendreuncafe.com/blog/"),
(u'Tarek Ziadé', "http://ziade.org/blog"),
('Zubin Mithra', "http://zubin71.wordpress.com/"),)
MENUITEMS = (('home', 'http://notmyidea.org'),
('contact', 'mailto: alexis notmyidea org'),)
SOCIAL = (('twitter', 'http://twitter.com/ametaireau'),
('lastfm', 'http://lastfm.com/user/akounet'),)