Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/getpelican/heroku-buildpack-pelican

This is a heroku buildpack for Pelican.
https://github.com/getpelican/heroku-buildpack-pelican

Last synced: about 2 months ago
JSON representation

This is a heroku buildpack for Pelican.

Awesome Lists containing this project

README

        

heroku-buildpack-pelican
========================

This is a heroku buildpack for Pelican.

```bash
$ 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
$ 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`.