14 Commits

Author SHA1 Message Date
eb22b06e34 import .drone.yml from master
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-25 16:56:07 +02:00
c0dc5f385d Feat: add umami analytics
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-15 09:25:51 +02:00
5f06c925a8 Fix: link to projets-informatiques
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-16 10:34:21 +02:00
464698d88e Feat: remove link to bopytex and mapytex
Some checks reported errors
continuous-integration/drone/push Build was killed
2020-08-16 10:30:56 +02:00
cc576711cb Feat: Deploy to Opytex
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-06 16:14:56 +02:00
4d45df6e59 Feat: add drone for 2016-2017
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-05 14:21:39 +02:00
f6eb7c4f8b Fix: adapt year 2020-07-01 15:01:15 +02:00
4778af0a51 Feat: start using invoke 2020-07-01 15:00:55 +02:00
3096dfbadc Fix: tagcloud display and link color 2020-06-30 14:33:04 +02:00
fd1dcd0658 Feat: add in html rule less processing 2020-06-30 14:32:54 +02:00
c3347a72b7 Feat: Title link to /, date to /ense.... 2020-06-30 14:32:48 +02:00
331fd6020e Feat: move HOME to links 2020-06-24 10:40:32 +02:00
b5b59663af feat: adapt to the year 2020-06-23 10:59:58 +02:00
0e73be2039 Feat: home line point to root of website 2020-06-23 10:58:39 +02:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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