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

15 行
271 B

  1. '''
  2. A functional, clean, responsive Pelican theme
  3. '''
  4. from pkg_resources import resource_filename
  5. def path():
  6. '''
  7. Return path to theme templates and assets
  8. Use this as value for THEME in Pelican settings
  9. '''
  10. return resource_filename(__name__, '')