2 Commits

Author SHA1 Message Date
764f25ed7a import .drone.yml from master
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-25 16:54:52 +02:00
9af953a435 Feat: add umami analystics
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-15 09:22:26 +02:00
4 changed files with 6 additions and 2 deletions

3
.gitmodules vendored
View File

@@ -1,3 +1,6 @@
[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 = "2021-2022"
SITESUBTITLE = "2020-2021"
SITEURL = ''
CC_LICENSE_COMMERCIAL = True

1
plugins/peertube Submodule

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