euer_blog/publishconf.py

24 lines
514 B
Python
Raw Normal View History

2014-02-14 16:06:50 +01:00
#!/usr/bin/env python
# -*- coding: utf-8 -*- #
from __future__ import unicode_literals
# This file is only used if you use `make publish` or
# explicitly specify it as your config file.
import os
import sys
sys.path.append(os.curdir)
from pelicanconf import *
2014-05-21 18:26:18 +02:00
SITEURL = 'http://euer.krebsco.de'
2014-02-14 16:06:50 +01:00
RELATIVE_URLS = True
2014-05-21 18:26:18 +02:00
DELETE_OUTPUT_DIRECTORY = False
2014-02-14 16:06:50 +01:00
# Following items are often useful when publishing
2014-05-21 18:26:18 +02:00
DISQUS_SITENAME = 'euer'
2014-02-14 16:06:50 +01:00
#GOOGLE_ANALYTICS = ""
2014-05-21 18:26:18 +02:00
PIWIK_URL='mediengewitter.krebsco.de:10000'
PIWIK_SITE_ID=1