From c13bcb31dadc0a16ad5395f549da8c881716704b Mon Sep 17 00:00:00 2001 From: "Alessio.Quaresima" Date: Tue, 1 Sep 2020 15:45:59 +0200 Subject: [PATCH] pelican updated --- Makefile | 2 +- pelican | 1 + pelicanconf.py | 8 ++------ 3 files changed, 4 insertions(+), 7 deletions(-) create mode 160000 pelican diff --git a/Makefile b/Makefile index 299c838..1931cd2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PY?=python3 +PY?=python3.7 PELICAN?=pelican PELICANOPTS= diff --git a/pelican b/pelican new file mode 160000 index 0000000..7a6686f --- /dev/null +++ b/pelican @@ -0,0 +1 @@ +Subproject commit 7a6686f4679adabdd690668a4ba7cedaf494e243 diff --git a/pelicanconf.py b/pelicanconf.py index a06a88c..c998310 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -20,14 +20,10 @@ AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = 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', '#'),) +LINKS = (('Hackmeeting', 'https://hackmeeting.org/'),) # Social widget -SOCIAL = (('You can add links in your config file', '#'), - ('Another social link', '#'),) +SOCIAL = (('Twitter','https://twitter.com/TomasBlisset'),) DEFAULT_PAGINATION = 10