Feat: adapt to year 2019-2020

This commit is contained in:
Bertrand Benjamin 2020-08-07 18:22:40 +02:00
parent 952d19859c
commit dd92f1a77e
2 changed files with 3 additions and 4 deletions

View File

@ -9,8 +9,7 @@ from globalconf import *
AUTHOR = 'Benjamin Bertrand' AUTHOR = 'Benjamin Bertrand'
SITENAME = 'OpyTex' SITENAME = 'OpyTex'
SITETITLE = 'OpyTex' SITETITLE = 'OpyTex'
SITESUBTITLE = "DEV" SITESUBTITLE = "2020-2021"
#SITEURL = 'https://0.0.0.0:8000/enseignements/DEV'
SITEURL = '' SITEURL = ''
CC_LICENSE_COMMERCIAL = True CC_LICENSE_COMMERCIAL = True

View File

@ -11,7 +11,7 @@ sys.path.append(os.curdir)
from pelicanconf import * from pelicanconf import *
# If your site is available via HTTPS, make sure SITEURL begins with https:// # 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 RELATIVE_URLS = False
FEED_ALL_ATOM = 'feeds/all.atom.xml' FEED_ALL_ATOM = 'feeds/all.atom.xml'
@ -22,4 +22,4 @@ DELETE_OUTPUT_DIRECTORY = True
# Following items are often useful when publishing # Following items are often useful when publishing
#DISQUS_SITENAME = "" #DISQUS_SITENAME = ""
#GOOGLE_ANALYTICS = "" #GOOGLE_ANALYTICS = ""