1
0
Fork 0
This repository has been archived on 2024-12-30. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
pelican-alchemy/alchemy/__init__.py

14 lines
271 B
Python
Raw Permalink Normal View History

2019-09-27 11:03:16 +03: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__, '')