#!/usr/bin/env python # -*- coding: utf-8 -*- # import sys sys.path.append('.') from pelicanconf import * SITEURL = 'http://blog.chimrod.com' FEED_DOMAIN = SITEURL DELETE_OUTPUT_DIRECTORY = True # Following items are often useful when publishing # Uncomment following line for absolute URLs in production: #RELATIVE_URLS = False DISQUS_SITENAME='chimrod' #GOOGLE_ANALYTICS = ""