diff --git a/samples/pelican.conf.py b/samples/pelican.conf.py new file mode 120000 index 00000000..f74e77a9 --- /dev/null +++ b/samples/pelican.conf.py @@ -0,0 +1 @@ +/home/alexis/projets/notmyidea.org/blog/pelican.conf.py \ No newline at end of file diff --git a/samples/test_settings.py b/samples/test_settings.py deleted file mode 100644 index 85729eb7..00000000 --- a/samples/test_settings.py +++ /dev/null @@ -1,21 +0,0 @@ -# -*- coding: utf-8 -*- -PATH = 'samples/content' -THEME = 'samples/themes/notmyidea' -AUTHOR = u'Alexis Métaireau' - -SITENAME = 'Pelican' -SITESUBTITLE = u"%s's weblog" % AUTHOR -SITEURL = 'http://blog.notmyidea.org' - -SITEROLL = (('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/"),) - -MENUITEMS = (('home', 'http://notmyidea.org'), - ('contact', 'mailto: alexis notmyidea org'),) - -SOCIAL = (('twitter', 'http://twitter.com/ametaireau'), - ('lastfm', 'http://lastfm.com/user/akounet'),)