Heuzef - Les notes excentriques d'un bidouilleur.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

21 行
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 = ""