Go Back!

wcweaver


Static HTML/CSS webcomic site generator (WIP)

I'm not a webcomic artist myself, so I'm not sure which features would be most useful. I'd really appreciate any feedback.

I haven't done much yet. The reader generator works, but I guess I need some insight to know how to implement the rest of it.

At the moment, I have a small widget which prompts the user to open the file browser and pick a directory, which should contain all the panels of that chapter:

Once you've selected a directory, clicking the "Generate" button will call generate_reader(&path) and create all the required HTML files directly within the selected directory.

Image files will be sorted by their file name, so name your images accordingly. We use natural sort order, so no need to worry about zero-padding your page number.

Uploading the directory to your website would work, but this is a draft. I still need to do a lot of things.

Click the right side to move to the next page. Click the left side to move to the previous page.

Update: custom HTML template selection.

Placeholders

$CURRENT_PAGE
$TOTAL_PAGES
$TITLE
$IMAGE
$NEXT
$PREVIOUS