Changeset - 2f3e3e0539d9
[Not reviewed]
0 1 0
Benjamin Lion - 6 years ago 2019-11-18 14:14:41
lion@brahms.fm.cwi.nl
change the website link to the active url.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
projects/SEFM2020/publishconf.py
Show inline comments
 
@@ -2,24 +2,24 @@
 
# -*- coding: utf-8 -*- #
 
from __future__ import unicode_literals
 

	
 
# This file is only used if you use `make publish` or
 
# explicitly specify it as your config file.
 

	
 
import os
 
import sys
 
sys.path.append(os.curdir)
 
from pelicanconf import *
 

	
 
# If your site is available via HTTPS, make sure SITEURL begins with https://
 
SITEURL = 'https://elementsofscheduling.nl'
 
SITEURL = 'https://event.cwi.nl/sefm2020/'
 
RELATIVE_URLS = False
 

	
 
FEED_ALL_ATOM = 'feeds/all.atom.xml'
 
CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml'
 

	
 
DELETE_OUTPUT_DIRECTORY = True
 

	
 
# Following items are often useful when publishing
 

	
 
#DISQUS_SITENAME = ""
 
#GOOGLE_ANALYTICS = ""
0 comments (0 inline, 0 general)