heroku-buildpack-pelican
heroku-buildpack-pelican copied to clipboard
confusion about template paths
How exactly do template paths work in pelicanconf.py
?
I couldn't make it work with something like THEME = "themes/mytheme"
but THEME = "mytheme"
works.
The build essentially runs this command: pelican -d -o output -s pelicanconf.py content
and it works flawlessly when i do it on my local machine. With both, theme in subdirectory or not.