From 95ca1cc089ac1ae529d2b7f7b40176c590f3b9d5 Mon Sep 17 00:00:00 2001 From: Paul-Nicolas Madelaine Date: Mon, 18 Sep 2023 14:14:19 +0200 Subject: [PATCH] update pelicanconf --- pelicanconf.py | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 179307b..ac10601 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -16,16 +16,12 @@ AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None # Blogroll -LINKS = (('Pelican', 'https://getpelican.com/'), - ('Python.org', 'https://www.python.org/'), - ('Jinja2', 'https://palletsprojects.com/p/jinja/'), - ('You can modify those links in your config file', '#'),) +LINKS = (('GitHub', 'https://github.com/pnmadelaine'),) # Social widget -SOCIAL = (('You can add links in your config file', '#'), - ('Another social link', '#'),) +#SOCIAL = () DEFAULT_PAGINATION = 10 # Uncomment following line if you want document-relative URLs when developing -#RELATIVE_URLS = True \ No newline at end of file +#RELATIVE_URLS = True