From d42d2b147528bd1abfd46a06a4108642655bb77d Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Thu, 30 Jul 2020 16:59:43 +0200 Subject: Update configuration --- pelicanconf.py | 2 +- publishconf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index e0998c0..bac800c 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -36,7 +36,7 @@ LINKS = (('ElenQ Technology', 'https://elenq.tech/'),) # Social widget SOCIAL = () -DEFAULT_PAGINATION = 5 +DEFAULT_PAGINATION = 20 # Uncomment following line if you want document-relative URLs when developing #RELATIVE_URLS = True diff --git a/publishconf.py b/publishconf.py index 4a6b1b2..5111e3e 100644 --- a/publishconf.py +++ b/publishconf.py @@ -11,7 +11,7 @@ sys.path.append(os.curdir) from pelicanconf import * SITEURL = 'https://ekaitz.elenq.tech' -#RELATIVE_URLS = False +RELATIVE_URLS = True # Translations ARTICLE_TRANSLATION_ID = 'slug' -- cgit v1.2.3