1
0
Fork 0
forked from github/pelican

add some more articles for the tests

This commit is contained in:
Alexis Metaireau 2012-02-29 18:15:38 +01:00
commit 917633628a
3 changed files with 19 additions and 1 deletions

View file

@ -0,0 +1,9 @@
Deuxième article
################
:tags: foo, bar, baz
:date: 2012-02-29
:lang: fr
:slug: second-article
Ceci est un article, en français.

View file

@ -0,0 +1,9 @@
Second article
##############
:tags: foo, bar, baz
:date: 2012-02-29
:lang: en
:slug: second-article
This is some article, in english

View file

@ -9,7 +9,7 @@ DISQUS_SITENAME = "blog-notmyidea"
PDF_GENERATOR = False
REVERSE_CATEGORY_ORDER = True
LOCALE = ""
DEFAULT_PAGINATION = 2
DEFAULT_PAGINATION = 4
FEED_RSS = 'feeds/all.rss.xml'
CATEGORY_FEED_RSS = 'feeds/%s.rss.xml'