This commit is contained in:
parent
0194eb763e
commit
5f7dea074e
@ -7,19 +7,20 @@ from __future__ import unicode_literals
|
|||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
sys.path.append(os.curdir)
|
|
||||||
from pelicanconf import *
|
from pelicanconf import *
|
||||||
|
|
||||||
|
sys.path.append(os.curdir)
|
||||||
|
|
||||||
# If your site is available via HTTPS, make sure SITEURL begins with https://
|
# If your site is available via HTTPS, make sure SITEURL begins with https://
|
||||||
SITEURL = 'https://opytex.org/enseignements/2022-2023/'
|
SITEURL = "https://opytex.org/enseignements/2022-2023/"
|
||||||
RELATIVE_URLS = False
|
RELATIVE_URLS = False
|
||||||
|
|
||||||
FEED_ALL_ATOM = 'feeds/all.atom.xml'
|
FEED_ALL_ATOM = "feeds/all.atom.xml"
|
||||||
CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml'
|
CATEGORY_FEED_ATOM = "feeds/{slug}.atom.xml"
|
||||||
|
|
||||||
DELETE_OUTPUT_DIRECTORY = True
|
DELETE_OUTPUT_DIRECTORY = True
|
||||||
|
|
||||||
# Following items are often useful when publishing
|
# Following items are often useful when publishing
|
||||||
|
|
||||||
#DISQUS_SITENAME = ""
|
# DISQUS_SITENAME = ""
|
||||||
#GOOGLE_ANALYTICS = ""
|
# GOOGLE_ANALYTICS = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user