4 Commits

Author SHA1 Message Date
f8910af744 import .drone.yml from master
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-25 16:50:36 +02:00
0653ac2bf8 Feat: add umami js code for analytics:
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-15 09:21:40 +02:00
5b9910bb0f Feat: adapt drone.yml to 2021-2022
Some checks failed
continuous-integration/drone/push Build is failing
2021-08-23 14:34:58 +02:00
dbbb0b5ecf Feat: Adapt to year 2021-2022 2021-08-22 18:02:57 +02:00
4 changed files with 2 additions and 6 deletions

3
.gitmodules vendored
View File

@@ -1,6 +1,3 @@
[submodule "pelican-plugins"]
path = pelican-plugins
url = https://github.com/getpelican/pelican-plugins
[submodule "plugins/peertube"]
path = plugins/peertube
url = https://git.melonbread.xyz/rain/pelican-peertube.git

View File

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

Submodule plugins/peertube deleted from ed923db616

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