mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
18 lines
670 B
Python
18 lines
670 B
Python
# -*- coding: utf-8 -*-
|
|
AUTHOR = u'Alexis Métaireau'
|
|
SITENAME = u"Alexis' log"
|
|
SITEURL = 'http://blog.notmyidea.org'
|
|
CSS_FILE = "wide.css"
|
|
|
|
DISQUS_SITENAME = "blog-notmyidea"
|
|
|
|
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'),)
|