diff options
author | Audric Schiltknecht <storm@chemicalstorm.org> | 2014-05-10 15:57:40 +0200 |
---|---|---|
committer | Audric Schiltknecht <storm@chemicalstorm.org> | 2014-06-04 22:33:30 +0200 |
commit | ef43ef6f387fc3cc3444a4496138783823d61668 (patch) | |
tree | 560b61574fb12cbe5f9f3719bcbbdd51ef3316a1 /pelicanconf.py | |
parent | f8a07dc72cf3bda2378da574fe49d5ea73bdc1aa (diff) | |
download | schiltknecht.org-ef43ef6f387fc3cc3444a4496138783823d61668.tar.gz schiltknecht.org-ef43ef6f387fc3cc3444a4496138783823d61668.tar.bz2 schiltknecht.org-ef43ef6f387fc3cc3444a4496138783823d61668.zip |
Nettoyage conf pelican + ajout blog Jérome
Diffstat (limited to 'pelicanconf.py')
-rw-r--r-- | pelicanconf.py | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/pelicanconf.py b/pelicanconf.py index 12dd209..f8af145 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -16,16 +16,7 @@ CATEGORY_FEED_ATOM = None TRANSLATION_FEED_ATOM = None # Blogroll -#LINKS = (('Pelican', 'http://getpelican.com/'), -# ('Python.org', 'http://python.org/'), -# ('Jinja2', 'http://jinja.pocoo.org/'), -# ('You can modify those links in your config file', '#'),) - -# Social widget -#SOCIAL = (('You can add links in your config file', '#'), -# ('Another social link', '#'),) - -DEFAULT_PAGINATION = 10 +LINKS = (('Wiki de Jérome', 'http://wiki.drouet.eu/'),) # Uncomment following line if you want document-relative URLs when developing #RELATIVE_URLS = True |