aboutsummaryrefslogtreecommitdiff
path: root/publishconf.py
blob: 77840f3eff25caacecf5b6b6303d9dddf1b641f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/env python
# -*- coding: utf-8 -*- #

import sys
sys.path.append('.')
from pelicanconf import *

SITEURL = 'http://blog.chimrod.com'

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 = ""