Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
764f25ed7a | |||
9af953a435 |
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
|
||||
|
@@ -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
1
plugins/peertube
Submodule
Submodule plugins/peertube added at ed923db616
@@ -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'
|
||||
|
Reference in New Issue
Block a user