mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Enable installation with pip
This commit is contained in:
parent
0c6fd9e5c3
commit
c66ac71cf7
5 changed files with 60 additions and 0 deletions
14
alchemy/__init__.py
Normal file
14
alchemy/__init__.py
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
'''
|
||||
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__, '')
|
||||
Loading…
Add table
Add a link
Reference in a new issue