summaryrefslogtreecommitdiffstats
path: root/publishconf.py
blob: 0aac58ece194801e0e5a4fa58d8225d56ba2c778 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/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 *

SITEURL = 'http://euer.krebsco.de'
RELATIVE_URLS = True

DELETE_OUTPUT_DIRECTORY = False

# Following items are often useful when publishing

DISQUS_SITENAME = 'euer'
#GOOGLE_ANALYTICS = ""
PIWIK_URL='mediengewitter.krebsco.de:10000'
PIWIK_SITE_ID=1