2 # -*- coding: utf-8 -*- #
3 from __future__ import unicode_literals
5 # This file is only used if you use `make publish` or
6 # explicitly specify it as your config file.
10 sys.path.append(os.curdir)
11 from pelicanconf import *
13 # XXX: relative URLs == False resulted in hostname erroneously appearing twice
18 FEED_ALL_ATOM = 'feeds/all.atom.xml'
19 CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml'
21 DELETE_OUTPUT_DIRECTORY = True
23 GOOGLE_ANALYTICS = "UA-100822263-1"