Feat: adapt to the year

This commit is contained in:
Bertrand Benjamin 2020-06-23 11:04:26 +02:00
parent da8b91989f
commit ce8d9f8557
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ PY?=python3
PELICAN?=pelican PELICAN?=pelican
PELICANOPTS= PELICANOPTS=
YEARSUBFOLDER=enseignements/2019-2020/ YEARSUBFOLDER=enseignements/2015-2016/
BASEDIR=$(CURDIR) BASEDIR=$(CURDIR)
INPUTDIR=$(BASEDIR)/content INPUTDIR=$(BASEDIR)/content

@ -1 +1 @@
Subproject commit 5c5f965c984d9cb9324c1c7b251d448992c4bda5 Subproject commit f8394e39df71f697c6879ef88e16f4d6d4bce614

View File

@ -9,7 +9,7 @@ from globalconf import *
AUTHOR = 'Benjamin Bertrand' AUTHOR = 'Benjamin Bertrand'
SITENAME = 'OpyTex' SITENAME = 'OpyTex'
SITETITLE = 'OpyTex' SITETITLE = 'OpyTex'
SITESUBTITLE = "2019-2020" SITESUBTITLE = "2015-2016"
SITEURL = '' SITEURL = ''
CC_LICENSE_COMMERCIAL = True CC_LICENSE_COMMERCIAL = True