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.
 
 
 
 

15 lines
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__, '')