From f352d16971a6bceddc2318d2dca122dd5a41f9e3 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sun, 5 Dec 2010 23:11:45 +0000 Subject: [PATCH] Put the real version of the conf file, not the symbolic link ;) --- samples/pelican.conf.py | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) mode change 120000 => 100644 samples/pelican.conf.py diff --git a/samples/pelican.conf.py b/samples/pelican.conf.py deleted file mode 120000 index f74e77a9..00000000 --- a/samples/pelican.conf.py +++ /dev/null @@ -1 +0,0 @@ -/home/alexis/projets/notmyidea.org/blog/pelican.conf.py \ No newline at end of file diff --git a/samples/pelican.conf.py b/samples/pelican.conf.py new file mode 100644 index 00000000..f921ee91 --- /dev/null +++ b/samples/pelican.conf.py @@ -0,0 +1,19 @@ +# -*- coding: utf-8 -*- +AUTHOR = u'Alexis Métaireau' +SITENAME = u"Alexis' log" +SITEURL = 'http://blog.notmyidea.org' + +GITHUB_URL = 'http://github.com/ametaireau/' +DISQUS_SITENAME = "blog-notmyidea" +PDF_PROCESSOR = 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/"),) + +SOCIAL = (('twitter', 'http://twitter.com/ametaireau'), + ('lastfm', 'http://lastfm.com/user/akounet'), + ('github', 'http://github.com/ametaireau'),)