From 66a5a0cdccd464930a232c87f91e1b0805f255a5 Mon Sep 17 00:00:00 2001 From: Chimrod Date: Tue, 16 Apr 2013 21:27:30 +0200 Subject: initial commit --- publishconf.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 publishconf.py (limited to 'publishconf.py') diff --git a/publishconf.py b/publishconf.py new file mode 100644 index 0000000..e48e0d6 --- /dev/null +++ b/publishconf.py @@ -0,0 +1,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 = "" +#GOOGLE_ANALYTICS = "" -- cgit v1.2.3