From 5f7dea074e0cf7720be2d88c16e112484e3dfd82 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Fri, 14 Apr 2023 14:41:25 +0200 Subject: [PATCH] Fix: formating --- publishconf.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/publishconf.py b/publishconf.py index 1640056..31ce07a 100644 --- a/publishconf.py +++ b/publishconf.py @@ -7,19 +7,20 @@ from __future__ import unicode_literals import os import sys -sys.path.append(os.curdir) from pelicanconf import * +sys.path.append(os.curdir) + # If your site is available via HTTPS, make sure SITEURL begins with https:// -SITEURL = 'https://opytex.org/enseignements/2022-2023/' +SITEURL = "https://opytex.org/enseignements/2022-2023/" RELATIVE_URLS = False -FEED_ALL_ATOM = 'feeds/all.atom.xml' -CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml' +FEED_ALL_ATOM = "feeds/all.atom.xml" +CATEGORY_FEED_ATOM = "feeds/{slug}.atom.xml" DELETE_OUTPUT_DIRECTORY = True # Following items are often useful when publishing -#DISQUS_SITENAME = "" -#GOOGLE_ANALYTICS = "" +# DISQUS_SITENAME = "" +# GOOGLE_ANALYTICS = ""