ryanvilbrandt / comic_git

A statically-hosted web comic server core intended to be hosted on github.io. For help getting started, click the Wiki link above!
23 stars 7 forks source link

Allow configurable banner name #53

Closed shirgoldbird closed 3 years ago

shirgoldbird commented 3 years ago

As a user, I want to be able to have a banner with any filename and file format, so that I can have more flexibility when configuring my site.

I think this shouldn't be too hard—users can add a new line to their comic_info.ini like for the RSS feed:

Image = your_content/images/banner.png

And then we pass that property to the Jinja2 template base.tpl.

For backwards compatibility, we can set the default to be your_content/images/banner.png.