I'm trying to generate a website with pelican. When I run the localhost everything looks good. However, when I upload the content to my github pages and try to see the content it looks like the layout is all messed up. I'm using chrome and it seems like the content includes unauthenticated sources. If I choose the load unsafe scripts option with chrome then the website looks the same as the localhost.
If I look at the developer tool I get a bunch of errors like:
Mixed Content: The page at 'https://username.github.io/' was loaded over HTTPS, but requested an insecure stylesheet 'http://username.github.io/theme/css/bootstrap.simplex.min.css'. This request has been blocked; the content must be served over HTTPS.
Is there a way to "tell" pelican to use a secure stylesheet?