diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2013-05-07 08:57:18 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2013-05-07 08:57:18 +0200 |
commit | c04d76adffd85d09e28c042aaea15c31ff3d14c1 (patch) | |
tree | 0cce8567426ce9d802ffb00e6b0775c18bc710ae /publishconf.py | |
parent | af304ad01aabfd1c62f0cc5f3c6189c3bc2fa84f (diff) |
Updated publishconf
Diffstat (limited to 'publishconf.py')
-rw-r--r-- | publishconf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/publishconf.py b/publishconf.py index 77840f3..10a7e59 100644 --- a/publishconf.py +++ b/publishconf.py @@ -6,6 +6,7 @@ sys.path.append('.') from pelicanconf import * SITEURL = 'http://blog.chimrod.com' +FEED_DOMAIN = SITEURL DELETE_OUTPUT_DIRECTORY = True |