Parcourir la source

change site url to new directory

boyska il y a 6 ans
Parent
commit
81da2b9e8a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      publishconf.py

+ 1 - 1
publishconf.py

@@ -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