change site url to new directory

This commit is contained in:
boyska 2018-04-13 01:12:48 +02:00
parent 4bd0e12be2
commit 81da2b9e8a

View file

@ -10,7 +10,7 @@ import sys
sys.path.append(os.curdir)
from pelicanconf import *
SITEURL = '/hackit17'
SITEURL = '/hackit18'
RELATIVE_URLS = True
TALKS_GRID_STEP = 30