forked from github/pelican
Update the sample config with the one I use.
This commit is contained in:
parent
f49c91070a
commit
44d2968976
2 changed files with 1 additions and 21 deletions
1
samples/pelican.conf.py
Symbolic link
1
samples/pelican.conf.py
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/home/alexis/projets/notmyidea.org/blog/pelican.conf.py
|
||||
|
|
@ -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'),)
|
||||
Loading…
Add table
Add a link
Reference in a new issue