blog-theme/alchemy/__init__.py

15 lines
271 B
Python
Raw Normal View History

2019-09-27 10:03:16 +02:00
'''
A functional, clean, responsive Pelican theme
'''
from pkg_resources import resource_filename
def path():
'''
Return path to theme templates and assets
Use this as value for THEME in Pelican settings
'''
return resource_filename(__name__, '')