mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add the notmyidea theme + settings as an example.
This commit is contained in:
parent
720bfeb435
commit
59f410673f
9 changed files with 148 additions and 0 deletions
18
samples/test_settings.py
Normal file
18
samples/test_settings.py
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
BLOGNAME = 'NotMyIdea.org'
|
||||
BLOGSUBTITLE = u"Alexis Métaireau's weblog"
|
||||
BLOGURL = 'http://blog.notmyidea.org'
|
||||
|
||||
BLOGROLL = (('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