I am trying to make some simple graphics applications in Haskell with the blank-canvas package, and I want to be able to upload these applications on itch.io. However, I don't know how as there are no .html files in the application, just Haskell files. I feel like I'm missing something really obvious here.
There are static html and JavaScript files in the GitHub for blank-canvas, but I have no idea how to use them, or even if those are what I'm supposed to use.
blank-canvasstarts a Webserver, and what’s executing is your Haskell code. It’s not built to be a static site generator.