Advanced Editing and the comic_git Engine
comic_git is designed to be as easy as possible for webcomic creators to set up their own free comic site. However, to do this, many of the advanced features are hidden so as not to overwhelm those who just need a place to post their comic.
If you're comfortable digging deeper into the guts of comic_git, it is possible to open up these features and adjust them for your site. Some of these features just require adding additional folders, files, and config options, like adding extra comics and RSS feeds, but some (especially in Expert Editing) require you to copy over files from the comic_git_engine repository.
What is comic_git_engine?
comic_git_engine is where the actual work gets done that turns the files in your_content into a fully-fledged website. The setup you did in Getting Started allows your comic repo to call comic_git_engine, and allows comic_git_engine in turn to make the necessary changes to your repo.
Because comic_git_engine needs to be able to work for all comic_git users, you can't modify it directly. We also don't recommend trying to clone it or add files from it to your own repo unnecessarily. If you run your own version of comic_git_engine, then as it gets updated with new features and bugfixes, your copy will not receive those.
However! Copying select files from comic_git_engine and modifying them as directed in some of the following pages will allow you greater control over the customization of your website. Any files placed in your repo will override those in comic_git_engine, so long as they are placed in the right folder and named appropriately. When this is needed, the documentation will guide you through the proper steps.
Last updated