summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2011-01-13 00:46:10 +0100
committerAlexis Metaireau <alexis@notmyidea.org>2011-01-13 00:46:10 +0100
commit8454b0d1b8f160227ebc15f5c94724edd682d628 (patch)
tree274e7c3ea658c7d704e86587d0e32216327ff416 /samples
parentc13c707a625b11e1c5b0e0a180ce5b6bec177985 (diff)
downloadpelican-8454b0d1b8f160227ebc15f5c94724edd682d628.tar.gz
Tests for settings.
Diffstat (limited to 'samples')
-rwxr-xr-xsamples/pelican.conf.py14
1 files changed, 9 insertions, 5 deletions
diff --git a/samples/pelican.conf.py b/samples/pelican.conf.py
index daf1d20d..d796e2d5 100755
--- a/samples/pelican.conf.py
+++ b/samples/pelican.conf.py
@@ -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"