diff options
Diffstat (limited to 'publishconf.py')
-rw-r--r-- | publishconf.py | 18 |
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 = "" |