Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 521 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 521 Bytes

heroku-buildpack-pelican

This is a heroku buildpack for Pelican.

$ heroku config:set BUILDPACK_URL=https://github.com/getpelican/heroku-buildpack-pelican

Configuration

To allow this buildpack to redirect any secondary domains, you can define the environmental variable PELICAN_SITEURL.

$ heroku config:set PELICAN_SITEURL=http://getpelican.com

Now any requests to http://pelican.herokuapp.com or http://www.getpelican.com will redirect to the SITEURL.