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'),)