Le blog de Victor Héry
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.

29 lines
605 B

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