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

Transcript support #16

Closed ryanvilbrandt closed 4 years ago

ryanvilbrandt commented 4 years ago

Provide two options:

The first options is the simplest: Each transcript language is a separate file in the your_content/comics folder. The creator adds them manually.

In the second option, the transcripts are all stored in a separate repository and are automatically pulled in when the site is built.

ryanvilbrandt commented 4 years ago

Support both by providing a "Transcript folders path" option in the config that defaults to "your_content/comics". That way, if they want to keep the transcripts alongside their comics info, they can. Otherwise, they can have it point to a brand new folder that can be pulling from a submodule (add documentation for submodules here?).