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

Fix build_rss_feed.py #2

Closed ryanvilbrandt closed 4 years ago

ryanvilbrandt commented 4 years ago

It currently assumes the old version of comic_git. It shouldn't be hard to fix, just add in an option in comic_info.ini and support in build_site.py to trigger the script, and we're good.

ryanvilbrandt commented 4 years ago

Took more work than expected, but it seems to be working. Still need to test it with an actual RSS feed.