Struggling with release templates

I am struggling with setting up my release template files. Is there a guide how to do this, or sample templates I can download?

What are you struggling with exactly?

There isn’t a lot of documentation, but there is this: https://ganelson.github.io/inform-website/book/WI_25_13.html

There are also not too many sample templates out there. I’ve worked a bit off and on on a new template, so I could probably help out if you have any concrete questions.

Well, like, I made a cover.jpg but if i didnt put anything in a templates/standard folder, the default page the compiler creates like, has my cover as a giant background

Never mind I figured it out by starting over with what the compiler currently wants to create, then putting those files in the templates/standard, and adding

.coverimage img {
width: 120px !important;
height: 120px !important;
object-fit: cover;
}

to the CSS. Worked flawlessly.

4 Likes