How can I live edit a jekyll site on my mobile device? My iPhone won't load any resources since they're not HTTPS

I can connect to my server when changing the IP with the --host flag, but none of the CSS or JS resources load. In Safari Inspector, it simply says that they cannot be loaded, but the links are accurate. I’m assuming this is because they are being loaded over HTTP and iPhones require HTTPS.

Is there a way that I can make jekyll serve resources over https, or get my phone to allow them for development purposes?