publishconf.py 356 B

12345678910111213141516171819
  1. #!/usr/bin/env python
  2. # -*- coding: utf-8 -*- #
  3. import sys
  4. sys.path.append('.')
  5. from pelicanconf import *
  6. SITEURL = 'http://mediagobin.org'
  7. DELETE_OUTPUT_DIRECTORY = True
  8. # Following items are often useful when publishing
  9. # Uncomment following line for absolute URLs in production:
  10. #RELATIVE_URLS = False
  11. #DISQUS_SITENAME = ""
  12. #GOOGLE_ANALYTICS = ""