You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
How exactly do template paths work in
pelicanconf.py
?I couldn't make it work with something like
THEME = "themes/mytheme"
butTHEME = "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.The text was updated successfully, but these errors were encountered: