summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorMikhail Korobov <kmike84@gmail.com>2011-05-11 09:42:37 +0600
committerMikhail Korobov <kmike84@gmail.com>2011-05-11 09:42:37 +0600
commit6cd425e408bf85cd12ba36c536bc3ff8d78c4fc7 (patch)
treedb620ea840480f4ebbe17a5c1fd0af395e766d01 /samples
parentcacc6db9a4cbbce979e4ebf90c93c770f6359453 (diff)
downloadpelican-6cd425e408bf85cd12ba36c536bc3ff8d78c4fc7.tar.gz
Basic test for the new rst reader. Locale is also converted to fr_FR.utf-8 (I wasn't able to run tests without this)
Diffstat (limited to 'samples')
-rw-r--r--samples/content/super_article.rst4
-rwxr-xr-xsamples/pelican.conf.py6
2 files changed, 6 insertions, 4 deletions
diff --git a/samples/content/super_article.rst b/samples/content/super_article.rst
index b3e22051..03273fad 100644
--- a/samples/content/super_article.rst
+++ b/samples/content/super_article.rst
@@ -5,7 +5,9 @@ This is a super article !
:date: 2010-12-02 10:14
:category: yeah
:author: Alexis Métaireau
-:summary: This is a simple test
+:summary:
+ Multi-line metadata should be supported
+ as well as **inline markup**.
Some content here !
diff --git a/samples/pelican.conf.py b/samples/pelican.conf.py
index a3a07fad..8648e7cb 100755
--- a/samples/pelican.conf.py
+++ b/samples/pelican.conf.py
@@ -1,13 +1,13 @@
# -*- coding: utf-8 -*-
AUTHOR = u'Alexis Métaireau'
-SITENAME = u"Alexis' log"
+SITENAME = u"Alexis' log"
SITEURL = 'http://blog.notmyidea.org'
GITHUB_URL = 'http://github.com/ametaireau/'
DISQUS_SITENAME = "blog-notmyidea"
PDF_GENERATOR = False
REVERSE_CATEGORY_ORDER = True
-LOCALE = 'fr_FR.utf8'
+LOCALE = 'fr_FR.utf-8'
DEFAULT_PAGINATION = 2
FEED_RSS = 'feeds/all.rss.xml'
@@ -33,6 +33,6 @@ STATIC_PATHS = ["pictures",]
# A list of files to copy from the source to the destination
FILES_TO_COPY = (('extra/robots.txt', 'robots.txt'),)
-# foobar will not be used, because it's not in caps. All configuration keys
+# foobar will not be used, because it's not in caps. All configuration keys
# have to be in caps
foobar = "barbaz"