heroku-buildpack-pelican icon indicating copy to clipboard operation
heroku-buildpack-pelican copied to clipboard

This is a heroku buildpack for Pelican.

Results 4 heroku-buildpack-pelican issues
Sort by recently updated
recently updated
newest added

This fixes #6 and introduces a new environment variable "PLATFORM" which when defined and set to "DOKKU" would force the buildback not to perform the cache deletion command. Otherwise if...

I'm trying to update my heroku stack from cedar-14 to cedar-18 and it appears bumping to cedar-18 breaks things? ``` -----> Pelican app detected -----> Installing Python (python-3.4.3) -----> Ensure...

The last patch to disable the cache causes push to Dokku to fail... ``` remote: rm: cannot remove `/cache': Device or resource busy ``` Appreciate that this may not work...

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:...