Improved quickstart config formatting. Fixes #401.

This commit is contained in:
Justin Mayer 2012-07-07 10:33:47 -07:00
commit dc21efbe10

View file

@ -7,19 +7,16 @@ SITEURL = ''
TIMEZONE = 'Europe/Paris' TIMEZONE = 'Europe/Paris'
DEFAULT_LANG='$lang' DEFAULT_LANG = '$lang'
# Blogroll # Blogroll
LINKS = ( LINKS = (('Pelican', 'http://docs.notmyidea.org/alexis/pelican/'),
('Pelican', 'http://docs.notmyidea.org/alexis/pelican/'), ('Python.org', 'http://python.org'),
('Python.org', 'http://python.org'), ('Jinja2', 'http://jinja.pocoo.org'),
('Jinja2', 'http://jinja.pocoo.org'), ('You can modify those links in your config file', '#'),)
('You can modify those links in your config file', '#')
)
# Social widget # Social widget
SOCIAL = ( SOCIAL = (('You can add links in your config file', '#'),
('You can add links in your config file', '#'), ('Another social link', '#'),)
)
DEFAULT_PAGINATION = $default_pagination DEFAULT_PAGINATION = $default_pagination