|
4 | 4 |
|
5 | 5 | AUTHOR = u'PythonClub' |
6 | 6 | SITENAME = u'PythonClub' |
7 | | -SITEURL = '' |
| 7 | +SITEURL = 'http://pythonclub.com.br' |
8 | 8 |
|
9 | | -TIMEZONE = 'Europe/Paris' |
| 9 | +TIMEZONE = 'America/Sao_Paulo' |
10 | 10 |
|
11 | 11 | DEFAULT_LANG = u'pt' |
12 | 12 |
|
|
16 | 16 | TRANSLATION_FEED_ATOM = None |
17 | 17 |
|
18 | 18 | # Blogroll |
19 | | -LINKS = (('Pelican', 'http://getpelican.com/'), |
20 | | - ('Python.org', 'http://python.org/'), |
21 | | - ('Jinja2', 'http://jinja.pocoo.org/'), |
22 | | - ('You can modify those links in your config file', '#'),) |
| 19 | +LINKS = ( |
| 20 | + ('Pelican', 'http://getpelican.com/'), |
| 21 | + ('Python.org', 'http://python.org/'), |
| 22 | + ('Jinja2', 'http://jinja.pocoo.org/'), |
| 23 | + ('You can modify those links in your config file', '#'), |
| 24 | +) |
23 | 25 |
|
24 | 26 | # Social widget |
25 | | -SOCIAL = (('You can add links in your config file', '#'), |
26 | | - ('Another social link', '#'),) |
| 27 | +SOCIAL = ( |
| 28 | + ('You can add links in your config file', '#'), |
| 29 | + ('Another social link', '#'), |
| 30 | +) |
27 | 31 |
|
28 | 32 | DEFAULT_PAGINATION = 10 |
29 | 33 |
|
| 34 | +PLUGIN_PATH = 'plugins' |
| 35 | +# PLUGINS = ['cjk-auto-spacing', 'gzip_cache', 'neighbors', 'optimize_images', 'sitemap'] |
| 36 | + |
30 | 37 | # Uncomment following line if you want document-relative URLs when developing |
31 | | -#RELATIVE_URLS = True |
| 38 | +RELATIVE_URLS = True |
0 commit comments