1
0
Fork 0
forked from github/pelican

Tests for settings.

This commit is contained in:
Alexis Metaireau 2011-01-13 00:46:10 +01:00
commit 8454b0d1b8
5 changed files with 67 additions and 45 deletions

View file

@ -8,14 +8,18 @@ DISQUS_SITENAME = "blog-notmyidea"
PDF_GENERATOR = False
LINKS = (('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/"),)
('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/"),)
SOCIAL = (('twitter', 'http://twitter.com/ametaireau'),
('lastfm', 'http://lastfm.com/user/akounet'),
('github', 'http://github.com/ametaireau'),)
STATIC_PATHS = ["pictures",]
# foobar will not be used, because it's not in caps. All configuration keys
# have to be in caps
foobar = "barbaz"