From dd92f1a77e00a8f47e8f471f6d03c0c7974a8452 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Fri, 7 Aug 2020 18:22:40 +0200 Subject: [PATCH] Feat: adapt to year 2019-2020 --- pelicanconf.py | 3 +-- publishconf.py | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 9728a29..33b902b 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -9,8 +9,7 @@ from globalconf import * AUTHOR = 'Benjamin Bertrand' SITENAME = 'OpyTex' SITETITLE = 'OpyTex' -SITESUBTITLE = "DEV" -#SITEURL = 'https://0.0.0.0:8000/enseignements/DEV' +SITESUBTITLE = "2020-2021" SITEURL = '' CC_LICENSE_COMMERCIAL = True diff --git a/publishconf.py b/publishconf.py index c89b0c7..cf1e5d5 100644 --- a/publishconf.py +++ b/publishconf.py @@ -11,7 +11,7 @@ sys.path.append(os.curdir) from pelicanconf import * # If your site is available via HTTPS, make sure SITEURL begins with https:// -SITEURL = 'n' +SITEURL = 'https://opytex.org/enseignements/2020-2021/' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml' @@ -22,4 +22,4 @@ DELETE_OUTPUT_DIRECTORY = True # Following items are often useful when publishing #DISQUS_SITENAME = "" -#GOOGLE_ANALYTICS = "" \ No newline at end of file +#GOOGLE_ANALYTICS = ""