Generate full-screen images

This commit is contained in:
Christoph Hagen
2022-12-08 17:16:54 +01:00
parent 3bd75a63ab
commit 59667af4b0
5 changed files with 101 additions and 29 deletions

View File

@ -15,6 +15,11 @@ struct Configuration: Codable {
*/
let pageImageWidth: Int
/**
The maximum width (in pixels) for images shown full screen.
*/
let fullScreenImageWidth: Int
/**
Automatically minify all `.css` and `.js` resources which are copied
to the output folder.