Heuzef - Les notes excentriques d'un bidouilleur.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

21 regels
518 B

  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://heuzef.com'
  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 = ""