1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tools/templates/publishconf.py.in

18 lines
343 B
Python
Raw Normal View History

#!/usr/bin/env python
# -*- coding: utf-8 -*- #
2012-07-07 16:59:58 -07:00
import sys
sys.path.append('.')
from pelicanconf import *
SITEURL = '$siteurl'
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 = ""