bgneal@0: #!/usr/bin/env python bgneal@0: # -*- coding: utf-8 -*- # bgneal@0: from __future__ import unicode_literals bgneal@0: bgneal@0: # This file is only used if you use `make publish` or bgneal@0: # explicitly specify it as your config file. bgneal@0: bgneal@0: import os bgneal@0: import sys bgneal@0: sys.path.append(os.curdir) bgneal@0: from pelicanconf import * bgneal@0: bgneal@22: SITEURL = 'https://deathofagremmie.com' bgneal@0: RELATIVE_URLS = False bgneal@0: bgneal@0: FEED_ALL_ATOM = 'feeds/all.atom.xml' bgneal@0: CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml' bgneal@0: bgneal@0: DELETE_OUTPUT_DIRECTORY = True bgneal@0: bgneal@0: # Following items are often useful when publishing bgneal@0: bgneal@0: #DISQUS_SITENAME = "" bgneal@0: #GOOGLE_ANALYTICS = ""