publishconf.py 526 B

123456789101112131415161718192021
  1. # This file is only used if you use `make publish` or
  2. # explicitly specify it as your config file.
  3. import os
  4. import sys
  5. sys.path.append(os.curdir)
  6. from pelicanconf import *
  7. # If your site is available via HTTPS, make sure SITEURL begins with https://
  8. SITEURL = 'https://phaedrusdeinus.org'
  9. RELATIVE_URLS = False
  10. FEED_ALL_ATOM = 'feeds/all.atom.xml'
  11. CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml'
  12. DELETE_OUTPUT_DIRECTORY = True
  13. # Following items are often useful when publishing
  14. #DISQUS_SITENAME = ""
  15. #GOOGLE_ANALYTICS = ""