summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorJustin Mayer <entrop@gmail.com>2012-03-22 07:58:04 -0700
committerJustin Mayer <entrop@gmail.com>2012-03-22 07:58:04 -0700
commit1623394da8df841f020b841dd1a9cfd154b74f2f (patch)
treeab3f6ed6edabcedbccf7ab5558f28e3dc4d5d0e3 /samples
parent8819d026002bca0e865aa15c00b061190432ec4c (diff)
downloadpelican-1623394da8df841f020b841dd1a9cfd154b74f2f.tar.gz
Add tests for pull request #262
Diffstat (limited to 'samples')
-rwxr-xr-xsamples/pelican.conf.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/samples/pelican.conf.py b/samples/pelican.conf.py
index de52cd8a..bffe57f6 100755
--- a/samples/pelican.conf.py
+++ b/samples/pelican.conf.py
@@ -11,7 +11,6 @@ REVERSE_CATEGORY_ORDER = True
LOCALE = ""
DEFAULT_PAGINATION = 4
-FEED_DOMAIN = SITEURL
FEED_RSS = 'feeds/all.rss.xml'
CATEGORY_FEED_RSS = 'feeds/%s.rss.xml'
@@ -30,7 +29,7 @@ SOCIAL = (('twitter', 'http://twitter.com/ametaireau'),
DEFAULT_METADATA = (('yeah', 'it is'),)
# static paths will be copied under the same name
-STATIC_PATHS = ["pictures",]
+STATIC_PATHS = ["pictures", ]
# A list of files to copy from the source to the destination
FILES_TO_COPY = (('extra/robots.txt', 'robots.txt'),)
@@ -38,4 +37,3 @@ FILES_TO_COPY = (('extra/robots.txt', 'robots.txt'),)
# foobar will not be used, because it's not in caps. All configuration keys
# have to be in caps
foobar = "barbaz"
-