14 Commits

Author SHA1 Message Date
ffca96d89f import .drone.yml from master
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-25 16:55:52 +02:00
6ef6ea59af Feat: add umami analytics
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-15 09:25:02 +02:00
dc1829756a Fix: link to projets-informatiques
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-16 10:34:12 +02:00
30a3d3a361 Feat: remove link to bopytex and mapytex
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-16 10:30:35 +02:00
d8eb6a43c5 Feat: deploy to Opytex
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-06 16:14:26 +02:00
ccd6a08295 Feat: drone for 2017-2018
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-05 14:17:02 +02:00
7ea73772ac Fix: date de l'année 2020-07-01 14:59:13 +02:00
bae53da865 Feat: start using invoke 2020-07-01 14:58:15 +02:00
d7468c607c Fix: tagcloud display and link color 2020-06-30 14:36:23 +02:00
995a11803e Feat: add in html rule less processing 2020-06-30 14:36:13 +02:00
3cb50d6e0f Feat: Title link to /, date to /ense.... 2020-06-30 14:36:02 +02:00
d1e4f1c813 Feat: move HOME to links 2020-06-30 14:35:51 +02:00
6cf8feeb47 Feat: home line point to root of website 2020-06-23 10:58:23 +02:00
5bbfc35ca7 Feat: adapt to the year! 2020-06-23 10:48:40 +02:00
6 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

@@ -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 = 'https://raw.opytex.org/enseignements/2019-2020/'
SITEURL = 'https://opytex.org/enseignements/2019-2020/'
RELATIVE_URLS = False
FEED_ALL_ATOM = 'feeds/all.atom.xml'

View File

@@ -12,4 +12,4 @@ pytz==2020.1
six==1.15.0
soupsieve==2.0.1
Unidecode==1.1.1
Wand==0.6.2
Wand==0.6.1

View File

@@ -21,7 +21,7 @@ CONFIG = {
'settings_base': SETTINGS_FILE_BASE,
'settings_publish': 'publishconf.py',
'year_subfolder': 'enseignements/2019-2020/',
'year_subfolder': 'enseignements/2018-2019/',
# Output path. Can be absolute or relative to tasks.py. Default: 'output'
'deploy_path': SETTINGS['OUTPUT_PATH'],