Mercurial > hg > Blog
comparison pelicanconf.py @ 47:20b38f558fee
add a link to github
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 28 Oct 2014 15:42:34 +0100 |
parents | ea8a767f5111 |
children | c2b99e876559 |
comparison
equal
deleted
inserted
replaced
46:ea8a767f5111 | 47:20b38f558fee |
---|---|
40 # ('Python.org', 'http://python.org/'), | 40 # ('Python.org', 'http://python.org/'), |
41 # ('Jinja2', 'http://jinja.pocoo.org/'), | 41 # ('Jinja2', 'http://jinja.pocoo.org/'), |
42 # ('You can modify those links in your config file', '#'),) | 42 # ('You can modify those links in your config file', '#'),) |
43 | 43 |
44 # Social widget | 44 # Social widget |
45 SOCIAL = () #('You can add links in your config file', '#'), | 45 SOCIAL = ( |
46 # ('Another social link', '#'),) | 46 ('dirk-olmes', 'https://github.com/dirk-olmes'), |
47 ) | |
47 | 48 |
48 DEFAULT_PAGINATION = 10 | 49 DEFAULT_PAGINATION = 10 |
49 | 50 |
50 # Uncomment following line if you want document-relative URLs when developing | 51 # Uncomment following line if you want document-relative URLs when developing |
51 RELATIVE_URLS = True | 52 RELATIVE_URLS = True |