aboutsummaryrefslogtreecommitdiff
path: root/publishconf.py
diff options
context:
space:
mode:
authorChimrod <contact+git@chimrod.com>2013-04-16 21:27:30 +0200
committerChimrod <contact+git@chimrod.com>2013-04-16 21:27:30 +0200
commit66a5a0cdccd464930a232c87f91e1b0805f255a5 (patch)
tree1563108cc22cfdc250108eb25b3beaf51d398dff /publishconf.py
initial commit
Diffstat (limited to 'publishconf.py')
-rw-r--r--publishconf.py18
1 files changed, 18 insertions, 0 deletions
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 = ""