mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
theme added
This commit is contained in:
@@ -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__, '')
|
||||
Reference in New Issue
Block a user