diff --git a/publishconf.py b/publishconf.py index 5fdc7d2..db85307 100644 --- a/publishconf.py +++ b/publishconf.py @@ -9,16 +9,20 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -# If your site is available via HTTPS, make sure SITEURL begins with https:// -SITEURL = '' -RELATIVE_URLS = False +SITEURL = 'https://blog.victor-hery.com' +RELATIVE_URLS = True FEED_ALL_ATOM = 'feeds/all.atom.xml' CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml' DELETE_OUTPUT_DIRECTORY = True +#Tracking +PIWIK_URL = 'analyse.victor-hery.com' +PIWIK_SITE_ID = 1 + + # Following items are often useful when publishing #DISQUS_SITENAME = "" -#GOOGLE_ANALYTICS = "" \ No newline at end of file +#GOOGLE_ANALYTICS = ""