Le blog de Victor Héry https://blog.victor-hery.com
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.

28 lines
567 B

  1. #!/usr/bin/env python
  2. # -*- coding: utf-8 -*- #
  3. # This file is only used if you use `make publish` or
  4. # explicitly specify it as your config file.
  5. import os
  6. import sys
  7. sys.path.append(os.curdir)
  8. from pelicanconf import *
  9. SITEURL = 'https://blog.victor-hery.com'
  10. RELATIVE_URLS = True
  11. FEED_ALL_ATOM = 'feeds/all.atom.xml'
  12. CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml'
  13. DELETE_OUTPUT_DIRECTORY = True
  14. #Tracking
  15. PIWIK_URL = 'analyse.victor-hery.com'
  16. PIWIK_SITE_ID = 1
  17. # Following items are often useful when publishing
  18. #DISQUS_SITENAME = ""
  19. #GOOGLE_ANALYTICS = ""